3 Years Ago
Add table.Shuffle (#1683) * Add table.Shuffle Performs an inline Fisher-Yates shuffle on the table in O(n) time * table.Shuffle small optimization