Y
Hacker News
new
|
ask
|
show
|
jobs
by
wumbo
739 days 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
1 comments
owlbite
739 days ago
That's what counter-based RNGs are for.
link