haifa.shopsim.lab
Class Pareto2MomentsRandomTimeMaker

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

public class Pareto2MomentsRandomTimeMaker
extends ParetoRandomTimeMaker

A pareto generator with only the first and second moments.

Version:
0.60

Fields inherited from class haifa.shopsim.lab.ParetoRandomTimeMaker
alpha, negAlphaInv
 
Fields inherited from class haifa.shopsim.lab.AbstractRandomTimeMaker
lastSeed, random
 
Constructor Summary
Pareto2MomentsRandomTimeMaker()
           
 
Methods inherited from class haifa.shopsim.lab.ParetoRandomTimeMaker
getTime
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Pareto2MomentsRandomTimeMaker

public Pareto2MomentsRandomTimeMaker()