RandomKit v5.2.0 Release Notes

Release Date: 2017-07-25 // over 6 years ago
  • ๐Ÿ†• 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:)