Returns a shuffled copy of the original array using the Fisher-Yates algorithm. This function is similar to shuffleArray but does not modify the original array.
the array to be shuffled
a new array containing the shuffled elements
Generated using TypeDoc
Returns a shuffled copy of the original array using the Fisher-Yates algorithm. This function is similar to shuffleArray but does not modify the original array.