Randomizer Class |
Namespace: FM.IceLink
The Randomizer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Randomizer | Initializes a new instance of the Randomizer class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | 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.
|
![]() | RandomString |
Generates a random string of a specified size.
|
![]() | ToString | (Inherited from Object.) |