menu
tremble package
documentation
utils/math_utils.dart
MathUtils
randInt static method
randInt static method
dark_mode
light_mode
randInt
static method
int
randInt
(
int
min
,
int
max
)
Implementation
static int randInt(int min, int max) { return _rnd.nextInt(max - min) + min; }
tremble package
documentation
utils/math_utils
MathUtils
randInt static method
MathUtils class