menu
helpers package
documentation
helpers/misc.dart
Misc
randomInt static method
randomInt static method
dark_mode
light_mode
randomInt
static method
int
randomInt
(
int
max
)
Implementation
static int randomInt(int max) { return math.Random().nextInt(max); }
helpers package
documentation
helpers/misc
Misc
randomInt static method
Misc class