All Versions
29
Latest Version
Avg Release Cycle
31 days
Latest Release
2314 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.2.3 Changes
August 08, 2017 -
v5.2.2 Changes
July 28, 2017 -
v5.2.1 Changes
July 28, 2017 -
v5.2.0 Changes
July 25, 2017๐ 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:)
- Made
-
v5.1.0 Changes
June 24, 2017 -
v5.0.0 Changes
July 24, 2017๐ New Features
- โ Added
RandomRetrievable
andRandomRetrievableInRange
protocols (see 793e473) - โ Added
SeedableFromSequence
protocol (see 7109437)
๐ Changes
- โ Removed
random(using:)
method that applied to allSequence
types - โ Removed
Double
random(within:using:)
forTimeInterval
ranges - ๐ Renamed
RandomWithinRange
andRandomWithinClosedRange
toRandomInRange
andRandomInClosedRange
respectively- Functions that had a
within:
argument now usein:
- Functions that had a
- ๐
SeedableFromRandomGenerator
no longer requiresSeedable
- ๐ Changed
ChaCha.Seed
to[UInt32]
- โ Added
-
v4.5.2 Changes
April 13, 2017 -
v4.5.1 Changes
April 12, 2017 -
v4.5.0 Changes
April 12, 2017 -
v4.4.1 Changes
March 30, 2017