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