haifa.shopsim.lab
Class ExpRandomTimeMaker

java.lang.Object
  |
  +--haifa.shopsim.lab.AbstractRandomTimeMaker
        |
        +--haifa.shopsim.lab.ExpRandomTimeMaker
All Implemented Interfaces:
RandomTimeMaker

public class ExpRandomTimeMaker
extends AbstractRandomTimeMaker

Returns exponential (CV=1) random variables.

Version:
0.60

Fields inherited from class haifa.shopsim.lab.AbstractRandomTimeMaker
lastSeed, random
 
Constructor Summary
ExpRandomTimeMaker()
           
 
Method Summary
 double getTime(double mean)
          Returns a random exponential variable with mean.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ExpRandomTimeMaker

public ExpRandomTimeMaker()
Method Detail

getTime

public double getTime(double mean)
Returns a random exponential variable with mean.