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

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


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

Revision as of 17:58, 24 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)