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 RandomDataGenerator
RandomDataImpl.delegate
Deprecated.RandomDataGenerator delegateprotected final RandomDataGenerator
EmpiricalDistribution.randomData
RandomDataGenerator instance to use in repeated calls to getNext()private final RandomDataGenerator
ValueServer.randomData
RandomDataImpl to use for random data generation.Methods in org.apache.commons.math3.random that return RandomDataGeneratorModifier and TypeMethodDescription(package private) RandomDataGenerator
RandomDataImpl.getDelegate()
Deprecated.To be removed in 4.0.Constructors in org.apache.commons.math3.random with parameters of type RandomDataGeneratorModifierConstructorDescriptionprivate
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 RandomDataGeneratorModifier and TypeFieldDescriptionprivate final RandomDataGenerator
NaturalRanking.randomData
Source of random data - used only when ties strategy is RANDOM