ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.contactcenters.app
Class SimRandomStreamFactory

java.lang.Object
  extended by umontreal.iro.lecuyer.rng.BasicRandomStreamFactory
      extended by umontreal.iro.lecuyer.contactcenters.app.SimRandomStreamFactory
All Implemented Interfaces:
RandomStreamFactory

public class SimRandomStreamFactory
extends BasicRandomStreamFactory

Represents a random stream factory created using simulation parameters. This extends BasicRandomStreamFactory to create random streams from the class whose name is given by RandomStreamsParams.getStreamClass().


Constructor Summary
SimRandomStreamFactory(RandomStreamsParams par)
           
 
Method Summary
static void initSeed(RandomStreamsParams par)
           
static void setPackageSeed(Class<?> cls, double... seed)
           
 
Methods inherited from class umontreal.iro.lecuyer.rng.BasicRandomStreamFactory
getRandomStreamClass, newInstance, setRandomStreamClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimRandomStreamFactory

public SimRandomStreamFactory(RandomStreamsParams par)
Method Detail

initSeed

public static void initSeed(RandomStreamsParams par)

setPackageSeed

public static void setPackageSeed(Class<?> cls,
                                  double... seed)

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.