Overload List
| Name | Description | |
|---|---|---|
| NormalDistribution()()() |
Default constructor. Constructs a NormalDistribution with mean 0
and variance 1.
| |
| NormalDistribution(Double, Double) |
Constructs a NormalDistribution instance with the given mean and variance.
|