Click or drag to resize

IRandomNext Method

Overload List
  NameDescription
Public methodNext
Gets the next the random integer value.
Public methodNext(Int32)
Gets the next the random integer value below the given maximum.
Public methodNext(Int32, Int32)
Gets the next the random integer value greater than or equal to the minimum and below the given maximum.
Top
See Also