public sealed class Random256
Random256 | Initializes a new instance of the Random256 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 four values in the range [0, 1). |
NextNormal | Produces four values from the standard normal distribution. |
NextUInt32 | Produces eight random unsigned integers. |
NextUInt64 | Produces four values in the range [0, ulong.MaxValue]. |
ToString | Returns a string that represents the current object. (Inherited from Object) |