Uses of Class
org.apache.commons.math3.random.RandomDataGenerator
Packages that use RandomDataGenerator
Package
Description
Random number and random data generators.
Classes providing rank transformations.
-
Uses of RandomDataGenerator in org.apache.commons.math3.random
Fields in org.apache.commons.math3.random declared as RandomDataGeneratorModifier and TypeFieldDescriptionprivate final RandomDataGeneratorRandomDataImpl.delegateDeprecated.RandomDataGenerator delegateprotected final RandomDataGeneratorEmpiricalDistribution.randomDataRandomDataGenerator instance to use in repeated calls to getNext()private final RandomDataGeneratorValueServer.randomDataRandomDataImpl to use for random data generation.Methods in org.apache.commons.math3.random that return RandomDataGeneratorModifier and TypeMethodDescription(package private) RandomDataGeneratorRandomDataImpl.getDelegate()Deprecated.To be removed in 4.0.Constructors in org.apache.commons.math3.random with parameters of type RandomDataGeneratorModifierConstructorDescriptionprivateEmpiricalDistribution(int binCount, RandomDataGenerator randomData) Private constructor to allow lazy initialisation of the RNG contained in theEmpiricalDistribution.randomDatainstance variable. -
Uses of RandomDataGenerator in org.apache.commons.math3.stat.ranking
Fields in org.apache.commons.math3.stat.ranking declared as RandomDataGeneratorModifier and TypeFieldDescriptionprivate final RandomDataGeneratorNaturalRanking.randomDataSource of random data - used only when ties strategy is RANDOM