Skip to content

v5.2.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 25 Jul 04:10
· 40 commits to master since this release
v5.2.0

New Features

  • Made Trivial protocol public, allowing for library users to enable related optimizations for their own types
  • Added jump(count:) variant of jump() to Xoroshiro and XorshiftStar

Improvements

  • Made jump() for XorshiftStar 20%+ faster
  • Made reseed(with:) for ChaCha 550%+ faster
    • init(seed:) is also faster due to reliance on reseed(with:)