Uses of Interface
cad.simcad.utilz.random.RandomGenerator

Packages that use RandomGenerator
cad.simcad.objectserver.spec.sim   
cad.simcad.utilz.random   
cad.simcad.worldsimulator.world   
 

Uses of RandomGenerator in cad.simcad.objectserver.spec.sim
 

Methods in cad.simcad.objectserver.spec.sim that return RandomGenerator
 RandomGenerator SimEnvironment.getRandonGenerator()
          Returns a Random Generator for this world
 

Uses of RandomGenerator in cad.simcad.utilz.random
 

Classes in cad.simcad.utilz.random that implement RandomGenerator
 class MTAdapter
          Used as a wrapper for the MersenneTwister class
 class MTFAdapter
          Used as a wrapper for the MersenneTwister class
 

Methods in cad.simcad.utilz.random that return RandomGenerator
static RandomGenerator RandomGeneratorFactory.createRandomGenerator()
           
static RandomGenerator RandomGeneratorFactory.createRandomGenerator(long seed)
           
static RandomGenerator RandomGeneratorFactory.createSynchornizedRandomGenerator(long seed)
           
static RandomGenerator RandomGeneratorFactory.createSynchornizedRandomGenerator()
           
 

Uses of RandomGenerator in cad.simcad.worldsimulator.world
 

Fields in cad.simcad.worldsimulator.world declared as RandomGenerator
protected  RandomGenerator MyWorld._rndGen
           
 

Methods in cad.simcad.worldsimulator.world that return RandomGenerator
 RandomGenerator MyWorld.getRandonGenerator()
          Returns a Random Generator for this world
 


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be