AbstractL128 |
This abstract class is a base for algorithms from the LXM family of
generators with a 128-bit LCG sub-generator.
|
AbstractL64 |
This abstract class is a base for algorithms from the LXM family of
generators with a 64-bit LCG sub-generator.
|
AbstractL64X128 |
This abstract class is a base for algorithms from the LXM family of
generators with a 64-bit LCG and 128-bit XBG sub-generator.
|
AbstractXoRoShiRo1024 |
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit
generators with 1024-bits of state.
|
AbstractXoRoShiRo128 |
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit
generators with 128-bits of state.
|
AbstractXoShiRo256 |
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit
generators with 256-bits of state.
|
AbstractXoShiRo512 |
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit
generators with 512-bits of state.
|
L128X1024Mix |
A 64-bit all purpose generator.
|
L128X128Mix |
A 64-bit all purpose generator.
|
L128X256Mix |
A 64-bit all purpose generator.
|
L64X1024Mix |
A 64-bit all purpose generator.
|
L64X128Mix |
A 64-bit all purpose generator.
|
L64X128StarStar |
A 64-bit all purpose generator.
|
L64X256Mix |
A 64-bit all purpose generator.
|
LongProvider |
Base class for all implementations that provide a long -based
source randomness.
|
RandomLongSource |
Source of randomness that generates values of type long .
|
TwoCmres.Cmres |
Subcycle generator.
|
TwoCmres.Cmres.Factory |
Factory.
|
XoRoShiRo1024PlusPlus |
A large-state all-purpose 64-bit generator.
|
XoRoShiRo1024Star |
A large-state 64-bit generator suitable for double generation.
|
XoRoShiRo1024StarStar |
A large-state all-purpose 64-bit generator.
|
XoRoShiRo128Plus |
A fast 64-bit generator suitable for double generation.
|
XoRoShiRo128PlusPlus |
A fast all-purpose 64-bit generator.
|
XoRoShiRo128StarStar |
A fast all-purpose 64-bit generator.
|
XorShift1024Star |
A fast RNG implementing the XorShift1024* algorithm.
|
XorShift1024StarPhi |
A fast RNG implementing the XorShift1024* algorithm.
|
XoShiRo256Plus |
A fast 64-bit generator suitable for double generation.
|
XoShiRo256PlusPlus |
A fast all-purpose 64-bit generator.
|
XoShiRo256StarStar |
A fast all-purpose 64-bit generator.
|
XoShiRo512Plus |
A fast 64-bit generator suitable for double generation.
|
XoShiRo512PlusPlus |
A fast all-purpose generator.
|
XoShiRo512StarStar |
A fast all-purpose generator.
|