Click or drag to resize

Normal Constructor

Overload List
 NameDescription
Public methodNormal 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.
Public methodNormal(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.
Public methodNormal(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.
Public methodNormal(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.
Top
See Also