Talk:Generate random numbers without repeating a value

From Rosetta Code

Why not use shuffle

Knuth_shuffle

That's what I'd do in practice though the task is to generate the random numbers individually without repetition so that's what I've done. --PureFox (talk) 17:58, 24 August 2021 (UTC)
Interesting, I haven't heard of that one. I'll admit, I'm not a computer expert, I'm mostly a self-taught assembly hobbyist.