Returns a nonnegative pseudorandom int
in the specified range.
int
which specifies the lower bound of the random number returned. int
which specifies the upper bound of the random number to be generated. maxValue must be greater than or equal to zero. An int
greater than or equal to minValue and less than maxValue; that is, the range of return values includes minValue but not maxValue. If minValue equals maxValue, minValue is returned.
Random Class | Imsl.Stat Namespace | Random.Next Overload List