int_range
Description:
public int32 int_range (
int32 begin,
int32 end)
Returns the next random int32 from this equally distributed
over the range [begin.
.end-1].
Parameters:
| this |
a Rand
|
| begin |
lower closed bound of the interval
|
| end |
upper open bound of the interval
|
Returns: