Click or drag to resize

LockedRandomizer Methods

The LockedRandomizer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberNext
Returns a nonnegative random number.
Public methodStatic memberNext(Int32)
Returns a nonnegative random number less than the specified maximum.
Public methodStatic memberNext(Int32, Int32)
Returns a random number within a specified range.
Public methodStatic memberNextBytes
Fills the elements of a specified array of bytes with random numbers.
Public methodStatic memberNextDouble
Returns a random number between 0.0 and 1.0.
Public methodStatic memberNextLong
Returns a nonnegative random number.
Public methodStatic memberRandomString
Generates a random string of a specified size.
Top
See Also