Generates an Int value.
Return
the next random value.
Generates an Int value between 0 (inclusive) and the specified value (exclusive).
Return
a random integer between 0 (inclusive) and n (exclusive).
Parameters
the bound on the random number to be returned. Must be positive.