use a faster shuffle algorithm
Opened this issue · 0 comments
semibran commented
The sort shuffle method is considered bad practice when compared to the standard Fisher-Yates (an O(n log n) vs. O(n) time difference), and should ideally be replaced.
Opened this issue · 0 comments
The sort shuffle method is considered bad practice when compared to the standard Fisher-Yates (an O(n log n) vs. O(n) time difference), and should ideally be replaced.