Talk:Generate random numbers without repeating a value: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 4: Line 4:


: 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. --[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 17:58, 24 August 2021 (UTC)
: 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. --[[User:PureFox|PureFox]] ([[User talk: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.

Revision as of 22:41, 25 August 2021

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.