Uses of Interface
org.apache.commons.math4.random.RandomGenerator
-
Packages that use RandomGenerator Package Description org.apache.commons.math4.random Random Data Generation -
-
Uses of RandomGenerator in org.apache.commons.math4.random
Classes in org.apache.commons.math4.random that implement RandomGenerator Modifier and Type Class Description classRngAdaptorDeprecated.As of 4.0.classSynchronizedRandomGeneratorDeprecated.As of 4.0.Constructors in org.apache.commons.math4.random with parameters of type RandomGenerator Constructor Description SynchronizedRandomGenerator(RandomGenerator rng)Deprecated.Creates a synchronized wrapper for the givenRandomGeneratorinstance.
-