de.cesr.uranus.dist
Class UNormalController

java.lang.Object
  extended by Normal
      extended by de.cesr.uranus.dist.UNormalController

public class UNormalController
extends Normal

Uranus - Universal RAndom NUmber Service


Constructor Summary
UNormalController(double mean, double std, RandomEngine engine)
           
 
Method Summary
 double nextDouble()
           
 double nextDouble(double mean, double std)
          Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
static double staticNextDouble(double mean, double std)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNormalController

public UNormalController(double mean,
                         double std,
                         RandomEngine engine)
Parameters:
mean -
std -
engine -
Method Detail

nextDouble

public double nextDouble()

nextDouble

public double nextDouble(double mean,
                         double std)
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to). Pre conditions: from <= to.


staticNextDouble

public static double staticNextDouble(double mean,
                                      double std)