public class ConstantDistribution extends ContinuousDistribution
Modifier and Type | Field and Description |
---|---|
double |
mean |
rng
Constructor and Description |
---|
ConstantDistribution(double mean) |
Modifier and Type | Method and Description |
---|---|
double |
next()
Create random numbers
|
getDefaultRNG, getRandomNumberGenerator, reset
public double next()
ContinuousDistribution
next
in class ContinuousDistribution