Public Member Functions | |
| StochasticLib1 (int seed) | |
| int32 | Poisson (double L) |
Protected Types | |
| enum | constants { MAXCOLORS = 20 } |
Protected Member Functions | |
| int32 | PoissonInver (double L) |
| int32 | PoissonRatioUniforms (double L) |
| int32 | PoissonLow (double L) |
| int32 | BinomialInver (int32 n, double p) |
| int32 | BinomialRatioOfUniforms (int32 n, double p) |
| int32 | HypInversionMod (int32 n, int32 M, int32 N) |
| int32 | HypRatioOfUnifoms (int32 n, int32 M, int32 N) |
Static Protected Member Functions | |
| static double | fc_lnpk (int32 k, int32 N_Mn, int32 M, int32 n) |
Protected Attributes | |
| double | normal_x2 |
| int | normal_x2_valid |
Definition at line 49 of file stocc.h.
1.4.6