Uses of Class
org.apache.commons.rng.simple.RandomSource
-
Packages that use RandomSource Package Description org.apache.commons.math4.random Random Data Generationorg.apache.commons.math4.util Convenience routines and common data structures used throughout the commons-math library.org.apache.commons.rng.simple Randomness providers -
-
Uses of RandomSource in org.apache.commons.math4.random
Constructors in org.apache.commons.math4.random with parameters of type RandomSource Constructor Description RngAdaptor(RandomSource source)Deprecated.Creates a new instance.RngAdaptor(RandomSource source, java.lang.Object seed)Deprecated.Creates a new instance. -
Uses of RandomSource in org.apache.commons.math4.util
Constructors in org.apache.commons.math4.util with parameters of type RandomSource Constructor Description RandomPivotingStrategy(RandomSource randomSource, long seed)Simple constructor. -
Uses of RandomSource in org.apache.commons.rng.simple
Methods in org.apache.commons.rng.simple that return RandomSource Modifier and Type Method Description static RandomSourceRandomSource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RandomSource[]RandomSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.rng.simple with parameters of type RandomSource Modifier and Type Method Description static RestorableUniformRandomProviderRandomSource. create(RandomSource source)Creates a random number generator with a random seed.static RestorableUniformRandomProviderRandomSource. create(RandomSource source, java.lang.Object seed, java.lang.Object... data)Creates a random number generator with the givenseed.static UniformRandomProviderThreadLocalRandomSource. current(RandomSource source)Returns the current thread's copy of the givensource.Constructors in org.apache.commons.rng.simple with parameters of type RandomSource Constructor Description JDKRandomBridge(RandomSource source, java.lang.Object seed)Creates a new instance.
-