Fetches a random value from the provided array.
The array to select a random value from.
A fallback value to return if the array is empty or undefined.
A random value from the array or the fallback value.
Generated using TypeDoc
Fetches a random value from the provided array.