Uses of Class
org.apache.commons.rng.core.source64.LongProvider
| Package | Description |
|---|---|
| org.apache.commons.rng.core.source64 |
Concrete algorithms for
long-based sources of randomness |
-
Uses of LongProvider in org.apache.commons.rng.core.source64
Subclasses of LongProvider in org.apache.commons.rng.core.source64 Modifier and Type Class Description classMersenneTwister64This class provides the 64-bits version of the originally 32-bitsMersenne Twister.classSplitMix64A fast RNG, with 64 bits of state, that can be used to initialize the state of other generators.classTwoCmresRandom number generator designed by Mark D. Overton.classXoRoShiRo128PlusA fast 64-bit generator suitable fordoublegeneration.classXoRoShiRo128StarStarA fast all-purpose 64-bit generator.classXorShift1024StarA fast RNG implementing theXorShift1024*algorithm.classXorShift1024StarPhiA fast RNG implementing theXorShift1024*algorithm.classXoShiRo256PlusA fast 64-bit generator suitable fordoublegeneration.classXoShiRo256StarStarA fast all-purpose 64-bit generator.classXoShiRo512PlusA fast 64-bit generator suitable fordoublegeneration.classXoShiRo512StarStarA fast all-purpose generator.