Uses of Package
org.apache.commons.math.random

Packages that use org.apache.commons.math.random
org.apache.commons.math.optimization This package provides parametric optimization algorithms. 
org.apache.commons.math.random Random number and random data generators. 
 

Classes in org.apache.commons.math.random used by org.apache.commons.math.optimization
NotPositiveDefiniteMatrixException
          This class represents exceptions thrown by the correlated random vector generator.
RandomVectorGenerator
          This interface represents a random generator for whole vectors.
 

Classes in org.apache.commons.math.random used by org.apache.commons.math.random
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.
EmpiricalDistributionImpl.DataAdapter
          Provides methods for computing sampleStats and beanStats abstracting the source of data.
NormalizedRandomGenerator
          This interface represent a normalized random generator for scalars.
NotPositiveDefiniteMatrixException
          This class represents exceptions thrown by the correlated random vector generator.
RandomData
          Random data generation utilities.
RandomGenerator
          Interface extracted from java.util.Random.
RandomVectorGenerator
          This interface represents a random generator for whole vectors.