Interface RandomDistribution
- All Superinterfaces:
Serializable
,TetradSerializable
A distribution from which noise values are drawn. Each call to nextRandom() draws a new noise value from the
distribution.
- Author:
- josephramsey
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondouble
Draws a new noise value from the underlying distribution.
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Method Details
-
nextRandom
double nextRandom()Draws a new noise value from the underlying distribution.- Returns:
- this value.
-