Click or drag to resize

NormalRandom Methods

The NormalRandom type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNextDouble Returns a random value according to the standard normal distribution.
Public methodNextDoubles Returns a couple of random values according to the standard normal distribution.
Public methodNextDoubles(Double*) Returns a couple of random values according to the standard normal distribution.
Public methodNextDoubles(Double) Returns a couple of random values according to the standard normal distribution.
Public methodShiftCreates a new generator with a shifted mean.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also