Click or drag to resize

NormalRandom Constructor

Overload List
 NameDescription
Public methodNormalRandomCreates a generator using a randomized seed.
Public methodNormalRandom(Int32)Creates a generator using a seed.
Public methodNormalRandom(Random) Creates a generator from a uniform distribution generator.
Public methodNormalRandom(Double, Double)Creates a generator using a randomized seed.
Public methodNormalRandom(Int32, Double, Double)Creates a generator using a seed.
Public methodNormalRandom(Random, Double, Double) Creates a generator from a uniform distribution generator.
Top
See Also