Uses of Interface
com.epochx.random.RandomNumberGenerator

Packages that use RandomNumberGenerator
com.epochx.core   
com.epochx.random   
 

Uses of RandomNumberGenerator in com.epochx.core
 

Methods in com.epochx.core that return RandomNumberGenerator
 RandomNumberGenerator GPAbstractModel.getRNG()
          Returns the RandomNumberGenerator instance that should be used for the generation of random numbers throughout execution.
 RandomNumberGenerator GPModel.getRNG()
          Returns the RandomNumberGenerator instance that should be used for the generation of random numbers throughout execution.
 

Methods in com.epochx.core with parameters of type RandomNumberGenerator
 void GPAbstractModel.setRNG(RandomNumberGenerator rng)
          Overwrites the default random number generator used to generate random numbers to control behaviour throughout a run.
 

Uses of RandomNumberGenerator in com.epochx.random
 

Classes in com.epochx.random that implement RandomNumberGenerator
 class JavaRandom
           
 class MersenneTwisterFast
          MersenneTwister and MersenneTwisterFast