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 RandomDataGenerator
RandomDataImpl. delegate
Deprecated.RandomDataGenerator delegateprotected RandomDataGenerator
EmpiricalDistribution. randomData
RandomDataGenerator instance to use in repeated calls to getNext()private RandomDataGenerator
ValueServer. randomData
RandomDataImpl to use for random data generation.Methods in org.apache.commons.math3.random that return RandomDataGenerator Modifier and Type Method Description (package private) RandomDataGenerator
RandomDataImpl. 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.randomData
instance 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 RandomDataGenerator
NaturalRanking. randomData
Source of random data - used only when ties strategy is RANDOM
-