|
SIMLIB/C++
3.07
|
Random number generators - transformations. More...

Go to the source code of this file.
Namespaces | |
| simlib3 | |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Functions | |
| static double | simlib3::_gam (double AK) |
| double | simlib3::Uniform (double l, double h) |
| Uniform distribution generator. More... | |
| double | simlib3::Normal (double mi, double sigma) |
| Gauss distribution generator. More... | |
| double | simlib3::Weibul (double lambda, double alfa) |
| Weibul distribution generator. More... | |
| double | simlib3::Erlang (double alfa, int beta) |
| Erlang distribution generator. More... | |
| int | simlib3::NegBin (double q, int k) |
| double | simlib3::Gamma (double alfa, double beta) |
| Gamma distribution generator. More... | |
| double | simlib3::Exponential (double mv) |
| Exponential distribution generator. More... | |
| int | simlib3::NegBinM (double p, int m) |
| double | simlib3::Beta (double th, double fi, double min, double max) |
| Beta distribution generator. More... | |
| double | simlib3::Triag (double mod, double min, double max) |
| double | simlib3::Logar (double mi, double delta) |
| double | simlib3::Rayle (double delta) |
| int | simlib3::Poisson (double lambda) |
| Poisson distribution generator. More... | |
| int | simlib3::Geom (double q) |
| int | simlib3::HyperGeom (double p, int n, int m) |
Random number generators - transformations.
Definition in file random2.cc.
1.8.13