public sealed class Random512
Random512 | Initializes a new instance of the Random512 class. |
Shared | A shared instance of the generator using a randomized seed. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
NextDouble | Produces eight values in the range [0, 1). |
NextNormal | Produces eight values from the standard normal distribution. |
NextUInt32 | Produces sixteen random unsigned integers. |
NextUInt64 | Produces eight values in the range [0, ulong.MaxValue]. |
ToString | Returns a string that represents the current object. (Inherited from Object) |