menu
fortress package
documentation
util.dart
Rng
percent method
percent method
dark_mode
light_mode
percent
method
bool
percent
(
int
chance
)
Returns true
chance
percent of the time
Implementation
bool percent(int chance) => nextInt(100) < chance;
fortress package
documentation
util
Rng
percent method
Rng class