| Class | Description |
|---|---|
| MersenneTwister |
Mersenne Twister is one of the best pseudo random number generators available.
|
| MWC8222 |
Marsaglia's MWC256 (also known as MWC8222) is a multiply-with-carry generator.
|
| SHR0 |
SHR0 is a simple uniform random number generator.
|
| SHR3 |
SHR3 is a 3-shift-register generator with period 2^32-1.
|
| UniformRng |
A pseudo uniform random number generator samples numbers from the unit interval, [0, 1],
in such a way that there are equal probabilities of them falling in any same length sub-interval.
|
| Enum | Description |
|---|---|
| UniformRng.Method |
the pseudo uniform random number generators available
|