Release 1.16.0
Release bug fixes and upstream changes:
- Fixed a bug that affected
DSFMT
when callingjump
orseed
that failed to reset the buffer. This resulted in up to 381 values from the previous state being used before the buffer refilled at the new state. - Fixed bugs in
Xoshiro512StarStar
Xorshift1024
where the fallback initialization used too few bytes. This bug is unlikely to be encountered since this path is only encountered if the system randomnumber generator fails. - Synchronized with upstream changes.