de.cesr.uranus.dist
Class UNormalController
java.lang.Object
Normal
de.cesr.uranus.dist.UNormalController
public class UNormalController
- extends Normal
Uranus - Universal RAndom NUmber Service
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 |
UNormalController
public UNormalController(double mean,
double std,
RandomEngine engine)
- Parameters:
mean
- std
- engine
-
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)