Random |
Name | Description | |
---|---|---|
![]() | NextInt32s(Int32) | Returns an array with random 32-bit signed integers greater than or equal to zero and less than MaxValue. |
![]() | NextInt32s(Int32) | Fills an array with random 32-bit signed integers greater than or equal to zero and less than MaxValue. |
![]() | NextInt32s(Int32, Int32) | Returns an array with random 32-bit signed integers within the specified range. |
![]() | NextInt32s(Int32, Int32) | Fills an array with random numbers within a specified range. |
![]() | NextInt32s(Int32, Int32, Int32) | Returns an array with random 32-bit signed integers within the specified range. |
![]() | NextInt32s(Int32, Int32, Int32) | Fills an array with random numbers within a specified range. |