tools
Class Erlang

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

public class Erlang
extends DistributionSampler


Constructor Summary
Erlang(int k, double theta)
           
 
Method Summary
static double erlang(int k, double theta)
           
 double next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Erlang

public Erlang(int k,
              double theta)
Method Detail

next

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

erlang

public static double erlang(int k,
                            double theta)