tools
Class Exp

java.lang.Object
  extended by tools.DistributionSampler
      extended by tools.Exp

public class Exp
extends DistributionSampler


Constructor Summary
Exp(double r)
           
 
Method Summary
static double exp(double lam)
           
 double next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exp

public Exp(double r)
Method Detail

next

public double next()
Specified by:
next in class DistributionSampler

exp

public static double exp(double lam)