1 out of 2 rated this helpful - Rate this topic

Random.Next Method

Returns a random number.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Next() Returns a nonnegative random number.
Public method Next(Int32) Returns a nonnegative random number less than the specified maximum.
Public method Next(Int32, Int32) Returns a random number within a specified range.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.