Replies: 2 comments
-
Tagging @rstub as well, https://github.com/daqana/dqrng does a simple correlation test. Not sure what it shows though - in my experiments this also works for the default Mersenne twister
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately I don't have a good example where "poor man's parallel RNG" breaks. The correlation being negligible in these cases is a necessary but not a sufficient condition. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
Reading through https://www.jottr.org/2020/09/22/push-for-statistical-sound-rng/ I realized that neither in the article nor in any of the references an actual counterexample to using 'naive' parallel seeding is given. I am refering to the code example given in the article using the loop index as seed:
Is anyone aware of a reproducible example where this leads to practical issues that I could showcase with some summary statistics?
Beta Was this translation helpful? Give feedback.
All reactions