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

Packages that use org.apache.commons.math.random
org.apache.commons.math.random Random number and random data generators. 
 

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.
RandomData
          Random data generation utilities
RandomDataImpl
          Implements the RandomData interface using Random and java.util.Random.SecureRandom instances to generate data.