SecureRandomNext Method

Overload List

Next Returns a non-negative random 32-bit integer that is less than Int32.MaxValue.
Next(Int32) Returns a non-negative random integer that is less than the specified maximum.
Next(Int32, Int32) Returns a random 32-bit integer that is within a specified range.

See Also