Releases: pointfreeco/swift-gen
Releases · pointfreeco/swift-gen
0.4.0
- Added: public APIs for
Xoshiro
generator (thanks @broomburgo). - Changed: the package name has changed from
Gen
toswift-gen
for better SPM compatibility.
0.3.0
- Added: an implementation of the xoshiro256** PRNG for seedable randomness.
- Changed: the package name has been renamed from
Gen
toswift-gen
to match the community and other Point-Free projects. - Deprecated: the LCRNG is not stable across Swift versions and thus has been deprecated. It will be obsoleted and removed in future releases.
- Bug fixed: the
Float80
generator is now properly scoped to architectures that support it.
Swift 5!
What's new?
- Swift 5 support
- A generator for the
Result
type
iOS Fix
Functional Randomness
Introducing Gen, a library for composable, transformable, controllable randomness!