MyUtilityExtensionRandomNextIntInRange extension
- on
Methods
-
nextIntInRange(
Range< int> range) → int -
Available on Random, provided by the MyUtilityExtensionRandomNextIntInRange extension
Generates a non-negative random integer uniformly distributed in the range fromrange.start
torange.endInclusive
, both inclusive.