Package org.apache.commons.math.random

Random number and random data generators.

See:
          Description

Interface Summary
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.
RandomData Random data generation utilities
 

Class Summary
EmpiricalDistributionImpl Implements EmpiricalDistribution interface.
RandomDataImpl Implements the RandomData interface using Random and Random.SecureRandom instances to generate data.
ValueServer Generates values for use in simulation applications.
 

Package org.apache.commons.math.random Description

Random number and random data generators.



Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.