Normal | 
| Name | Description | |
|---|---|---|
| NormalDistribution | Initializes a new instance of the NormalDistribution class, using a StandardGenerator as underlying random number generator. | |
| NormalDistribution(Generator) | Initializes a new instance of the NormalDistribution class, using the specified Generator as underlying random number generator. | |
| NormalDistribution(Double, Double) | Initializes a new instance of the NormalDistribution class, using the DefaultGenerator as underlying random number generator. | |
| NormalDistribution(Double, Double, Generator) | Initializes a new instance of the NormalDistribution class, using the specified Generator as underlying random number generator. |