Skip to content

Release 1.16.0

Compare
Choose a tag to compare
@bashtage bashtage released this 05 Feb 09:34
9803ae0

Release bug fixes and upstream changes:

  • Fixed a bug that affected DSFMT when calling jump or seed 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.