menu
tremble package
documentation
utils/math_utils.dart
MathUtils
randDouble static method
randDouble static method
dark_mode
light_mode
randDouble
static method
double
randDouble
(
double
min
,
double
max
)
Implementation
static double randDouble(double min, double max) { return _rnd.nextDouble() * (max - min) + min; }
tremble package
documentation
utils/math_utils
MathUtils
randDouble static method
MathUtils class