Provides methods for retrieving pseudorandom values and other utilities using Math.random.
Static
Returns a random boolean.
Random boolean.
Returns a random floating point number between min (inclusive) and max (exclusive).
Minimum value
Maximum value.
Random float.
Returns a random inclusive integer.
Minimum value.
Random inclusive integer.
Shuffles an array using the Fisher-Yates shuffle algorithm. Modifies the input array in place and returns it.
The array to shuffle.
The shuffled array.
Provides methods for retrieving pseudorandom values and other utilities using Math.random.