Hacker News new | ask | show | jobs
by thomasahle 3219 days ago
Related: https://stackoverflow.com/questions/10054732

Fundamentally you want to make a random permutation, but not spend linear memory on it, as you would if you did it by shuffling.

1 comments