Uses of Interface
org.apache.commons.math.random.RandomData

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

Uses of RandomData in org.apache.commons.math.random
 

Classes in org.apache.commons.math.random that implement RandomData
 class RandomDataImpl
          Implements the RandomData interface using a RandomGenerator instance to generate non-secure data and a SecureRandom instance to provide data for the nextSecureXxx methods.
 

Fields in org.apache.commons.math.random declared as RandomData
private  RandomData EmpiricalDistributionImpl.randomData
          RandomData instance to use in repeated calls to getNext()
private  RandomData ValueServer.randomData
          RandomDataImpl to use for random data generation
 

Constructors in org.apache.commons.math.random with parameters of type RandomData
ValueServer(RandomData randomData)
          Construct a ValueServer instance using a RandomData as its source of random data.