menu
tremble package
documentation
utils/math_utils.dart
MathUtils
randTake<T> static method
randTake<T> static method
dark_mode
light_mode
randTake<
T
>
static method
T
randTake
<
T
>(
List
<
T
>
arr
)
Implementation
static T randTake<T>(List<T> arr) { return arr.removeAt(_rnd.nextInt(arr.length)); }
tremble package
documentation
utils/math_utils
MathUtils
randTake<T> static method
MathUtils class