| Interface | Description |
|---|---|
| RandomLongGenerator |
A (pseudo) random number generator that generates a sequence of
longs that lack any pattern and are uniformly distributed. |
| RandomNumberGenerator |
A (pseudo) random number generator is an algorithm designed to generate a sequence of numbers that lack any pattern.
|
| Class | Description |
|---|---|
| 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.
|