RandomExtensionsNextInt32 Method

Overload List

NextInt32(Random) Returns a non-negative random 32-bit signed integer that is less than Int32.MaxValue. To return any Int32 use the SampleInt32 method instead.
NextInt32(Random, Int32, Boolean) Returns a non-negative random 32-bit signed integer that is within the specified maximum.
NextInt32(Random, Int32, Int32, Boolean) Returns a random 32-bit signed integer that is within a specified range.

See Also