Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-07-25 | 393 Bytes | |
v5.2.0.tar.gz | 2017-07-25 | 60.5 kB | |
v5.2.0.zip | 2017-07-25 | 142.1 kB | |
Totals: 3 Items | 203.0 kB | 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:)