class |
LongProvider |
Base class for all implementations that provide a long-based
source randomness.
|
class |
MersenneTwister64 |
This class provides the 64-bits version of the originally 32-bits
Mersenne Twister.
|
class |
SplitMix64 |
A fast RNG, with 64 bits of state, that can be used to initialize the
state of other generators.
|
class |
TwoCmres |
Random number generator designed by Mark D. Overton.
|
class |
XoRoShiRo128Plus |
A fast 64-bit generator suitable for double generation.
|
class |
XoRoShiRo128StarStar |
A fast all-purpose 64-bit generator.
|
class |
XorShift1024Star |
A fast RNG implementing the XorShift1024* algorithm.
|
class |
XorShift1024StarPhi |
A fast RNG implementing the XorShift1024* algorithm.
|
class |
XoShiRo256Plus |
A fast 64-bit generator suitable for double generation.
|
class |
XoShiRo256StarStar |
A fast all-purpose 64-bit generator.
|
class |
XoShiRo512Plus |
A fast 64-bit generator suitable for double generation.
|
class |
XoShiRo512StarStar |
A fast all-purpose generator.
|