uchicago.src.sim.math
Class Pareto

java.lang.Object
  extended by uchicago.src.sim.math.Pareto

public class Pareto
extends java.lang.Object


Constructor Summary
Pareto(double loc, double shape)
           
Pareto(double loc, double shape, cern.jet.random.engine.RandomEngine randomGen)
           
 
Method Summary
 double nextDouble()
           
 double nextDouble(double loc, double shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pareto

public Pareto(double loc,
              double shape,
              cern.jet.random.engine.RandomEngine randomGen)

Pareto

public Pareto(double loc,
              double shape)
Method Detail

nextDouble

public double nextDouble()

nextDouble

public double nextDouble(double loc,
                         double shape)