menu
uuid package
documentation
rng.dart
MathRNG
MathRNG constructor
MathRNG constructor
dark_mode
light_mode
MathRNG
constructor
MathRNG
(
{
int
?
seed
,
})
Implementation
MathRNG({int? seed}) : _rnd = seed != null ? Random(seed) : Random();
uuid package
documentation
rng
MathRNG
MathRNG constructor
MathRNG class