menu
tremble package
documentation
utils/math_utils.dart
MathUtils
seedRandom static method
seedRandom static method
dark_mode
light_mode
seedRandom
static method
void
seedRandom
(
int
seed
)
Implementation
static void seedRandom(int seed) { _rnd = Random(seed); }
tremble package
documentation
utils/math_utils
MathUtils
seedRandom static method
MathUtils class