Random |
IObject |
Name | Description |
---|---|
Equals | Returns a boolean indicating if the value and this object instance are the same instance. |
GetHashCode | Returns a pseudo-unique number identifying this instance. |
NextBytes | Fills an array of bytes with random numbers. |
NextDouble | Returns a random number between 0.0 and 1.0. |
NextLong | Returns the next generated number in the sequence. |
NextRange | Returns the next generated number in the sequence within a specified range. |
ToString | Returns a string representation of this object instance. |