Click or drag to resize
RandomNext Method
Overload List
  NameDescription
Public methodNext
Returns a nonnegative random number.
(Inherited from Random.)
Public methodNext(Int32)
Returns a nonnegative pseudorandom int.
(Overrides RandomNext(Int32).)
Public methodNext(Int32, Int32)
Returns a nonnegative pseudorandom int in the specified range.
(Overrides RandomNext(Int32, Int32).)
Top
See Also