Click or drag to resize

Randomizer Class

Utility class for random values.
Inheritance Hierarchy
SystemObject
  FM.IceLinkRandomizer

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Randomizer type exposes the following members.

Constructors
  NameDescription
Public methodRandomizer
Initializes a new instance of the Randomizer class
Top
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