Random |
public sealed class Random512
The Random512 type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |