public class ContinuousUniformGenerator extends java.lang.Object implements NumberGenerator<java.lang.Double>
| Constructor and Description |
|---|
ContinuousUniformGenerator(double minimumValue,
double maximumValue,
java.util.Random rng) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
nextValue() |
public ContinuousUniformGenerator(double minimumValue,
double maximumValue,
java.util.Random rng)
public java.lang.Double nextValue()
nextValue in interface NumberGenerator<java.lang.Double>