| Class | Description |
|---|---|
| MersenneTwister |
MersenneTwister and MersenneTwisterFast
|
| RandomCMWC |
Implementation of CMWC4096 (Complementary-multiply-with-carry) random number generator
by George Marsaglia.
|
| RandomEngine | |
| RandomSampler |
Space and time efficiently computes a sorted Simple Random Sample Without Replacement (SRSWOR), that is, a sorted set of n random numbers from an interval of N numbers;
Example: Computing n=3 random numbers from the interval [1,50] may yield the sorted random set (7,13,47).
|
| RandomWELL44497b |
Implementation of WELL 44497b (Well Equidistributed Long-period Linear) random number generator
by Francois Panneton, et al.
|