Y
Hacker News
new
|
ask
|
show
|
jobs
by
Thorham
1273 days ago
In the case of Xoshiro256 you can just make multiple instances of the generator with Xoshiro's jump function. No locking required and no overlapping sequences.
1 comments
klyrs
1273 days ago
Don't you need to lock the primary generator to avoid producing identical jump-derived generators?
link