public class TruncatedNormalVariate extends NormalVariate
rng| Constructor and Description |
|---|
TruncatedNormalVariate() |
| Modifier and Type | Method and Description |
|---|---|
double |
generate()
Generates the next normal
|
java.lang.String |
toString() |
getMean, getParameters, getStandardDeviation, getVariance, setMean, setParameters, setStandardDeviationgetRandomNumber, setRandomNumberpublic double generate()
NormalVariategenerate in interface RandomVariategenerate in class NormalVariatepublic java.lang.String toString()
toString in class NormalVariate