|
Class Summary |
| BinomialRNG |
This random number generator samples from the binomial distribution. |
| InverseTransformSampling |
Inverse transform sampling (also known as inversion sampling, the inverse probability integral transform, the inverse transformation method, Smirnov transform, golden rule, etc.)
is a basic method for pseudo-random number sampling,
i.e. |
| LogNormalRNG |
This random number generator samples from the log-normal distribution. |
| RayleighRNG |
This random number generator samples from the Rayleigh distribution using the inverse transform sampling method. |
| WeibullRNG |
This random number generator samples from the Weibull distribution using the inverse transform sampling method. |