Click or drag to resize

NormalDistribution Constructor

Overload List
 NameDescription
Public methodNormalDistribution Initializes a new instance of the NormalDistribution class, using a StandardGenerator as underlying random number generator.
Public methodNormalDistribution(Generator) Initializes a new instance of the NormalDistribution class, using the specified Generator as underlying random number generator.
Public methodNormalDistribution(Double, Double) Initializes a new instance of the NormalDistribution class, using the DefaultGenerator as underlying random number generator.
Public methodNormalDistribution(Double, Double, Generator) Initializes a new instance of the NormalDistribution class, using the specified Generator as underlying random number generator.
Top
See Also