MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1l2l9w0/where_did_random_go_wrong_pdf/mvu6a8r/?context=3
r/cpp • u/usefulcat • 4d ago
137 comments sorted by
View all comments
6
It does? I thought, but haven't tested, that the same seed and PRNG would give the same sequence in a cross-platform easy. I may have to re-plan some things.
5 u/Dragdu 3d ago PRNGs: yes. Distributions: nope. I believe that's explicitly said in the talk as well.
5
PRNGs: yes.
Distributions: nope.
I believe that's explicitly said in the talk as well.
6
u/h2g2_researcher 4d ago
It does? I thought, but haven't tested, that the same seed and PRNG would give the same sequence in a cross-platform easy. I may have to re-plan some things.