Click or drag to resize

RandomSourceNextInt32s Method

Overload List
 NameDescription
Public methodNextInt32s(Int32) Returns an array with random 32-bit signed integers greater than or equal to zero and less than MaxValue.
Public methodNextInt32s(Int32) Fills an array with random 32-bit signed integers greater than or equal to zero and less than MaxValue.
Public methodNextInt32s(Int32, Int32) Returns an array with random 32-bit signed integers within the specified range.
Public methodNextInt32s(Int32, Int32) Fills an array with random numbers within a specified range.
Public methodNextInt32s(Int32, Int32, Int32) Returns an array with random 32-bit signed integers within the specified range.
Public methodNextInt32s(Int32, Int32, Int32) Fills an array with random numbers within a specified range.
Top
See Also