librec icon indicating copy to clipboard operation
librec copied to clipboard

Fixed: Removed incorrect Random usages.

Open agpar opened this issue 4 years ago • 0 comments

It's supposed to be possible to have fully deterministic runs by setting Randoms.seed() before a run. However, in a few small instances, the Randoms class is not being used to generate random numbers. This would effectively break the determinism of runs in certain cases.

agpar avatar Dec 18 '19 20:12 agpar