Random Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Next() | Returns a non-negative random integer. |
![]() | Next(Int32) | Returns a non-negative random integer that is less than the specified maximum. |
![]() | Next(Int32, Int32) | Returns a random integer that is within a specified range. |
![]() | NextBytes(array<Byte>^) | Fills the elements of a specified array of bytes with random numbers. |
![]() | NextDouble() | Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0. |
![]() | Sample() | Returns a random floating-point number between 0.0 and 1.0. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

