The array to get the element from.
A promise resolving to a random element from the input array.
Pick a random element from an array.
The array to get the element from.
A random element from the input array.
Generate a random value in a range (inclusive).
The maximum value.
The minimum value.
A promise resolving to a random number.
Generate a random value in a range (inclusive) and round the result to the nearest whole number.
The maximum value.
The minimum value.
A promise resolving to a random whole number.
Generate a random value in a range (inclusive) and round the result to the nearest whole number.
The maximum value.
The minimum value.
A random whole number.
Generate a random value in a range (inclusive).
The maximum value.
The minimum value.
A random number.
Generate a random weighted boolean.
The chance that the result will be true.
A promise resolving to a random boolean value.
Generate a random weighted boolean.
The chance that the result will be true.
A random boolean value.
Generate a random value between 0.0 and 1.0 using a 64-bit crypto generated value.
A promise resolving to a random number.
Generate a random value between 0.0 and 1.0 using a 64-bit crypto generated value.
A random number.
Generated using TypeDoc
Pick a random element from an array.