Uses of Class
org.apache.commons.rng.core.source64.LongProvider
Packages that use LongProvider
Package
Description
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.source64Modifier and TypeClassDescription(package private) class
This abstract class is a base for algorithms from the LXM family of generators with a 128-bit LCG sub-generator.(package private) class
This abstract class is a base for algorithms from the LXM family of generators with a 64-bit LCG sub-generator.(package private) class
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.(package private) class
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 1024-bits of state.(package private) class
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 128-bits of state.(package private) class
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 256-bits of state.(package private) class
This abstract class is a base for algorithms from the Xor-Shift-Rotate family of 64-bit generators with 512-bits of state.class
Implement the Small, Fast, Counting (SFC) 64-bit generator of Chris Doty-Humphrey.class
Implement Bob Jenkins's small fast (JSF) 64-bit generator.class
A 64-bit all purpose generator.class
A 64-bit all purpose generator.class
A 64-bit all purpose generator.class
A 64-bit all purpose generator.class
A 64-bit all purpose generator.class
A 64-bit all purpose generator.class
A 64-bit all purpose generator.class
This class provides the 64-bits version of the originally 32-bitsMersenne Twister
.class
A Permuted Congruential Generator (PCG) that is composed of a 64-bit Linear Congruential Generator (LCG) combined with the RXS-M-XS (random xorshift; multiply; xorshift) output transformation to create 64-bit output.class
A fast RNG, with 64 bits of state, that can be used to initialize the state of other generators.class
Random number generator designed by Mark D. Overton.class
A large-state all-purpose 64-bit generator.class
A large-state 64-bit generator suitable fordouble
generation.class
A large-state all-purpose 64-bit generator.class
A fast 64-bit generator suitable fordouble
generation.class
A fast all-purpose 64-bit generator.class
A fast all-purpose 64-bit generator.class
A fast RNG implementing theXorShift1024*
algorithm.class
A fast RNG implementing theXorShift1024*
algorithm.class
A fast 64-bit generator suitable fordouble
generation.class
A fast all-purpose 64-bit generator.class
A fast all-purpose 64-bit generator.class
A fast 64-bit generator suitable fordouble
generation.class
A fast all-purpose generator.class
A fast all-purpose generator.Constructors in org.apache.commons.rng.core.source64 with parameters of type LongProviderModifierConstructorDescriptionprotected
LongProvider
(LongProvider source) Creates a new instance copying the state from the source.