menu
openworld package
documentation
three_dart/three3d/math/index.dart
MathUtils
randInt static method
randInt static method
dark_mode
light_mode
randInt
static method
int
randInt
(
int
low
,
int
high
)
Implementation
static int randInt(int low, int high) { return low + Math.floor(Math.random() * (high - low + 1)); }
openworld package
documentation
three_dart/three3d/math/index
MathUtils
randInt static method
MathUtils class