RandomUtils extension
Miscellaneous utility methods for math.Random.
- on
Methods
-
nextIntFrom(
int low, int high) → int -
Available on Random, provided by the RandomUtils extension
Returns a random intenger in the range [low
,high
).
Miscellaneous utility methods for math.Random.
Available on Random, provided by the RandomUtils extension
Returns a random intenger in the range [low
, high
).