The overloads of Next are listed below. For a list of all members, see the Random Members list.
Next() : intReturns a psuedo-random number between 0 and int.MaxValue.Next(int) : intReturns a psuedo-random positive number less than the specified maximum.Next(int, int) : intReturns a psuedo-random number within a specified range.
Returns a psuedo-random number between 0 and int.MaxValue.
Returns a psuedo-random positive number less than the specified maximum.
Returns a psuedo-random number within a specified range.