Click or drag to resize

Random512 Methods

The Random512 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 methodNextDoubleProduces eight values in the range [0, 1).
Public methodNextNormalProduces eight values from the standard normal distribution.
Public methodNextUInt32Produces sixteen random unsigned integers.
Public methodNextUInt64Produces eight values in the range [0, ulong.MaxValue].
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also