Click or drag to resize

Randomizer Methods

The Randomizer type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNext
Returns a nonnegative random number.
Public methodNext(Int32)
Returns a nonnegative random number less than the specified maximum.
Public methodNext(Int32, Int32)
Returns a random number within a specified range.
Public methodNextBytes
Fills the elements of a specified array of bytes with random numbers.
Public methodNextDouble
Returns a random number between 0.0 and 1.0.
Public methodRandomString
Generates a random string of a specified size.
Public methodToString (Inherited from Object.)
Top
See Also