Click or drag to resize

LockedRandomizer Class

Thread-safe class providing access to a single Randomizer.
Inheritance Hierarchy
SystemObject
  FM.IceLinkLockedRandomizer

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

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