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 ofjump()
toXoroshiro
andXorshiftStar
Improvements
- Made
jump()
forXorshiftStar
20%+ faster - Made
reseed(with:)
forChaCha
550%+ fasterinit(seed:)
is also faster due to reliance onreseed(with:)