haifa.shopsim.lab
Class Pareto3MomentsRandomTimeMaker

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

public class Pareto3MomentsRandomTimeMaker
extends ParetoRandomTimeMaker

A pareto generator with only the first, second and third 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
Pareto3MomentsRandomTimeMaker()
           
 
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

Pareto3MomentsRandomTimeMaker

public Pareto3MomentsRandomTimeMaker()