void RandomWeibull(const double a, const double b, TDenseMtxVec *results, int Seed = - 1);
Weibull distribution random generator.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | const double | |
| 2 | b | const double | |
| 3 | results | TDenseMtxVec * | |
| 4 | Seed = - 1 | int |
Remarks:
This routine generates Result.Length pseudo random numbers, using the Weibull distribution with parameters a and b. The random numbers are stored in the Results vector. An exception is raised if Result vector is complex.
Declared in Dew::Stats::Units::StatRandom · Dew.Stats/Units.StatRandom.h · Cross-compiler