org.lucci.madhoc.simulation.random
Class RandomNumberGenerator

java.lang.Object
  extended by org.lucci.math.random.RandomNumberGenerator
      extended by org.lucci.madhoc.simulation.random.RandomNumberGenerator
All Implemented Interfaces:
Configurable

public class RandomNumberGenerator
extends org.lucci.math.random.RandomNumberGenerator
implements Configurable

Author:
luc.hogie

Field Summary
 
Fields inherited from class org.lucci.math.random.RandomNumberGenerator
BASED_ON_LOCAL_IP, BASED_ON_LOCAL_TIME, BASED_ON_LOCAL_TIME_AND_IP, random
 
Constructor Summary
RandomNumberGenerator()
           
 
Method Summary
 void configure()
           
 Simulation getSimulation()
           
 void setSimulation(Simulation simulation)
           
 
Methods inherited from class org.lucci.math.random.RandomNumberGenerator
getFunctionList, getRandom, getRandomDouble, setSeedingMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomNumberGenerator

public RandomNumberGenerator()
Method Detail

configure

public void configure()
               throws java.lang.Throwable
Specified by:
configure in interface Configurable
Throws:
java.lang.Throwable

getSimulation

public Simulation getSimulation()

setSimulation

public void setSimulation(Simulation simulation)