Uses of Class
org.apache.commons.math3.random.RandomDataGenerator
-
Packages that use RandomDataGenerator Package Description org.apache.commons.math3.random Random number and random data generators.org.apache.commons.math3.stat.ranking Classes providing rank transformations. -
-
Uses of RandomDataGenerator in org.apache.commons.math3.random
Fields in org.apache.commons.math3.random declared as RandomDataGenerator Modifier and Type Field Description private RandomDataGeneratorRandomDataImpl. delegateDeprecated.RandomDataGenerator delegateprotected RandomDataGeneratorEmpiricalDistribution. randomDataRandomDataGenerator instance to use in repeated calls to getNext()private RandomDataGeneratorValueServer. randomDataRandomDataImpl to use for random data generation.Methods in org.apache.commons.math3.random that return RandomDataGenerator Modifier and Type Method Description (package private) RandomDataGeneratorRandomDataImpl. getDelegate()Deprecated.To be removed in 4.0.Constructors in org.apache.commons.math3.random with parameters of type RandomDataGenerator Constructor Description EmpiricalDistribution(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 RandomDataGenerator Modifier and Type Field Description private RandomDataGeneratorNaturalRanking. randomDataSource of random data - used only when ties strategy is RANDOM
-