menu
number_game package
documentation
features/game/domain/entities.dart
LevelPresets
randomAllowed static method
randomAllowed static method
dark_mode
light_mode
randomAllowed
static method
int
randomAllowed
(
List
<
int
>
allowed
,
Random
rng
)
Implementation
static int randomAllowed(List<int> allowed, Random rng) => allowed[rng.nextInt(allowed.length)];
number_game package
documentation
features/game/domain/entities
LevelPresets
randomAllowed static method
LevelPresets class