Uses of Class
org.apache.commons.math3.random.RandomDataImpl
Packages that use RandomDataImpl
Package
Description
Implementations of common discrete and continuous distributions.
Random number and random data generators.
-
Uses of RandomDataImpl in org.apache.commons.math3.distribution
Fields in org.apache.commons.math3.distribution declared as RandomDataImplModifier and TypeFieldDescriptionprotected final 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 RandomDataImplModifierConstructorDescriptionEmpiricalDistribution(int binCount, RandomDataImpl randomData) Deprecated.As of 3.1.EmpiricalDistribution(RandomDataImpl randomData) Deprecated.As of 3.1.ValueServer(RandomDataImpl randomData) Deprecated.