Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
jayd16
2y ago
0 comments
Save
Share
Result distribution (like averaging to zero) only happens at scale. Even if you use a different seed every time you might not see the proper distribution when looking across different generator instances.
0 comments
2 comments · 1 top-level
top
newest
oldest
loeg
2y ago
· 1 in thread
If you're running into contention with multiple threads on a shared PRNG, you're probably at sufficient scale.
jayd16
OP
2y ago
Sure. Just saying that, for example, if you spawn threads and use the thread ID as the seed but pull a single value per thread, that's not sufficient.
j
/
k
navigate · click thread line to collapse