haifa.shopsim.lab
Class WeibullHalfRandomTimeMaker

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

public class WeibullHalfRandomTimeMaker
extends AbstractRandomTimeMaker

Returns a weibull R.V. with shape parameter = 1/2. This is an r.v. with a hazarad rate of C e^-1/2.

Version:
0.60

Fields inherited from class haifa.shopsim.lab.AbstractRandomTimeMaker
lastSeed, random
 
Constructor Summary
WeibullHalfRandomTimeMaker()
           
 
Method Summary
 double getTime(double mean)
          Returns the weibull 1/2 r.v. with specified mean. (uses a transofmration from an exponential r.v.)
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

WeibullHalfRandomTimeMaker

public WeibullHalfRandomTimeMaker()
Method Detail

getTime

public double getTime(double mean)
Returns the weibull 1/2 r.v. with specified mean. (uses a transofmration from an exponential r.v.)