de.cesr.lara.components.util.impl
Class LNormalController
java.lang.Object
Normal
de.cesr.lara.components.util.impl.LNormalController
public class LNormalController
- extends Normal
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 |
LNormalController
public LNormalController(double mean,
double std,
RandomEngine engine)
- Parameters:
mean
- std
- engine
-
staticNextDouble
public static double staticNextDouble(double mean,
double std)
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.