Closed gmarty closed 8 years ago
With this patch, rnd becomes deterministic again when srand is used.
rnd
srand
This change will make rnd conflict with the audio generator.
A better fix has been pushed in cbefe41ab96fc0710fec6af7fa5839fdfaf648c4 Thank you for reporting this issue though!
With this patch,
rnd
becomes deterministic again whensrand
is used.