public class BoundedUniform extends Bounded
| Constructor and Description |
|---|
BoundedUniform(double dblLowerBound,
double dblUpperBound)
BoundedUniform Distribution Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
random()
Generate a Random Number according to the specified rule
|
lowerBound, sequence, upperBoundsequencepublic BoundedUniform(double dblLowerBound,
double dblUpperBound)
throws java.lang.Exception
dblLowerBound - The Lower BounddblUpperBound - The Upper Boundjava.lang.Exception - Thrown if the Inputs are invalidpublic double random()
UnivariateSequenceGeneratorrandom in class UnivariateSequenceGenerator