top | item 40604354

(no title)

wumbo | 1 year ago

if you have multiple threads working a queue of like-kinded jobs, you’ve given up the determinism of using any sort of global seed

you could pull different set lengths of pseudorandom numbers from the different seeds

discuss

order

owlbite|1 year ago

That's what counter-based RNGs are for.