menu
tremble package
documentation
utils/math_utils.dart
MathUtils
shuffle<T> static method
shuffle<T> static method
dark_mode
light_mode
shuffle<
T
>
static method
void
shuffle
<
T
>(
List
<
T
>
arr
)
Implementation
static void shuffle<T>(List<T> arr) { arr.shuffle(_rnd); }
tremble package
documentation
utils/math_utils
MathUtils
shuffle<T> static method
MathUtils class