public class ProbabilityUtil
extends java.lang.Object
| Constructor and Description |
|---|
ProbabilityUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertIsProbability(double probability)
Checks to make sure that probability is between 0.0 and 1.0.
|