output differs between sequential/parallel calls to Random::nextLong and Random::nextDouble
Pr0methean opened this issue · 1 comments
Pr0methean commented
Affects multiple PRNGs. See https://travis-ci.org/Pr0methean/BetterRandom/jobs/308552211
Pr0methean commented
Closing as unfixable: interleaving calls whose output is cast to different data types can't be made reproducible -- sequence A, B may become (long)A, (double)B or (double)A, (long)B.