Uses of Package
org.apache.commons.math.random
-
Packages that use org.apache.commons.math.random Package Description org.apache.commons.math.analysis.interpolation Univariate real functions interpolation algorithms.org.apache.commons.math.distribution Implementations of common discrete and continuous distributions.org.apache.commons.math.genetics This package provides Genetic Algorithms components and implementations.org.apache.commons.math.optimization This package provides common interfaces for the optimization algorithms provided in sub-packages.org.apache.commons.math.random Random number and random data generators.org.apache.commons.math.stat.ranking Classes providing rank transformations. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.analysis.interpolation Class Description UnitSphereRandomVectorGenerator Generate random vectors isotropically located on the surface of a sphere. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.distribution Class Description RandomDataImpl Implements theRandomData
interface using aRandomGenerator
instance to generate non-secure data and aSecureRandom
instance to provide data for thenextSecureXxx
methods. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.genetics Class Description RandomGenerator Interface extracted fromjava.util.Random
. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.optimization Class Description RandomGenerator Interface extracted fromjava.util.Random
.RandomVectorGenerator This interface represents a random generator for whole vectors. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.random Class Description AbstractWell This abstract class implements the WELL class of pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.BitsStreamGenerator Base class for random number generators that generates bits streams.EmpiricalDistribution Represents an empirical probability distribution -- a probability distribution derived from observed data without making any assumptions about the functional form of the population distribution that the data come from.NormalizedRandomGenerator This interface represent a normalized random generator for scalars.RandomData Random data generation utilities.RandomGenerator Interface extracted fromjava.util.Random
.RandomVectorGenerator This interface represents a random generator for whole vectors. -
Classes in org.apache.commons.math.random used by org.apache.commons.math.stat.ranking Class Description RandomGenerator Interface extracted fromjava.util.Random
.