tools
Class Cauchy

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

public class Cauchy
extends DistributionSampler


Constructor Summary
Cauchy(double a, double b)
           
 
Method Summary
static double cauchy(double a, double b)
           
 double next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cauchy

public Cauchy(double a,
              double b)
Method Detail

next

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

cauchy

public static double cauchy(double a,
                            double b)