tools
Class Normal

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

public class Normal
extends DistributionSampler


Constructor Summary
Normal(double mu, double sigma)
           
 
Method Summary
 double next()
           
static double normal(double m, double s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Normal

public Normal(double mu,
              double sigma)
Method Detail

next

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

normal

public static double normal(double m,
                            double s)