LockedRandomizer Class |
Namespace: FM.IceLink
The LockedRandomizer type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Next |
Returns a nonnegative random number.
|
![]() ![]() | Next(Int32) |
Returns a nonnegative random number less than the specified maximum.
|
![]() ![]() | Next(Int32, Int32) |
Returns a random number within a specified range.
|
![]() ![]() | NextBytes |
Fills the elements of a specified array of bytes with random numbers.
|
![]() ![]() | NextDouble |
Returns a random number between 0.0 and 1.0.
|
![]() ![]() | NextLong |
Returns a nonnegative random number.
|
![]() ![]() | RandomString |
Generates a random string of a specified size.
|