| Class | Description |
|---|---|
| BetaDistribution |
Class for the representation of a Beta distribution
|
| NormalDistribution |
Class for the representation of a standard normal distribution
|
| ProbabilityDistribution |
This class describes a probability distribution with its parameters and
allows the generation of random number.
|
| UniformDistribution |
Class for the representation of a uniform distribution
|
| Enum | Description |
|---|---|
| ProbabilityDistribution.DISTRIBUTION |
These are the probability distributions supported for the generation of
the elements
|