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

Packages that use org.apache.commons.math.random
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.genetics
RandomGenerator
          Interface extracted from java.util.Random.
 

Classes in org.apache.commons.math.random used by org.apache.commons.math.optimization
RandomGenerator
          Interface extracted from java.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
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 from java.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
RandomGenerator
          Interface extracted from java.util.Random.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.