Uses of Class
org.apache.commons.math3.random.RandomDataImpl
-
Packages that use RandomDataImpl Package Description org.apache.commons.math3.distribution Implementations of common discrete and continuous distributions.org.apache.commons.math3.random Random number and random data generators. -
-
Uses of RandomDataImpl in org.apache.commons.math3.distribution
Fields in org.apache.commons.math3.distribution declared as RandomDataImpl Modifier and Type Field Description protected RandomDataImplAbstractIntegerDistribution. randomDataDeprecated.As of 3.1, to be removed in 4.0.protected RandomDataImplAbstractRealDistribution. randomDataDeprecated.As of 3.1, to be removed in 4.0. -
Uses of RandomDataImpl in org.apache.commons.math3.random
Constructors in org.apache.commons.math3.random with parameters of type RandomDataImpl Constructor Description EmpiricalDistribution(int binCount, RandomDataImpl randomData)Deprecated.As of 3.1.EmpiricalDistribution(RandomDataImpl randomData)Deprecated.As of 3.1.ValueServer(RandomDataImpl randomData)Deprecated.
-