Click or drag to resize

NetRandomNext Method

Overload List
  NameDescription
Public methodNext
Generates a random value that is greater or equal than 0 and less than Int32.MaxValue
(Overrides RandomNext.)
Public methodNext(Int32)
Returns a random value is greater or equal than 0 and less than maxValue
(Overrides RandomNext(Int32).)
Public methodNext(Int32, Int32)
Returns a random value is greater or equal than minValue and less than maxValue
(Overrides RandomNext(Int32, Int32).)
Top
See Also