Pr0methean/BetterRandom

output differs between sequential/parallel calls to Random::nextLong and Random::nextDouble

Pr0methean opened this issue · 1 comments

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.