| Name | Description |
---|
| Normal |
Initializes a new instance of the Normal class. This is a normal distribution with mean 0.0
and standard deviation 1.0. The distribution will
be initialized with the default random number generator.
|
| Normal(Random) |
Initializes a new instance of the Normal class. This is a normal distribution with mean 0.0
and standard deviation 1.0. The distribution will
be initialized with the default random number generator.
|
| Normal(Double, Double) |
Initializes a new instance of the Normal class with a particular mean and standard deviation. The distribution will
be initialized with the default random number generator.
|
| Normal(Double, Double, Random) |
Initializes a new instance of the Normal class with a particular mean and standard deviation. The distribution will
be initialized with the default random number generator.
|