ShuffleTable - Styxling/Feather GitHub Wiki
This module returns a function that shuffles the elements of an array using the Fisher-Yates algorithm. It uses a global random generator (or a provided one) to randomize the order of items in the table.
This module returns a function that shuffles the elements of an array using the Fisher-Yates algorithm. It uses a global random generator (or a provided one) to randomize the order of items in the table.