Skip to content

Releases: pointfreeco/swift-gen

0.4.0

06 May 20:06
5bd20fb
Compare
Choose a tag to compare
  • Added: public APIs for Xoshiro generator (thanks @broomburgo).
  • Changed: the package name has changed from Gen to swift-gen for better SPM compatibility.

0.3.0

29 Aug 22:43
fa11f64
Compare
Choose a tag to compare
  • Added: an implementation of the xoshiro256** PRNG for seedable randomness.
  • Changed: the package name has been renamed from Gen to swift-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!

26 Mar 17:50
b5e9f01
Compare
Choose a tag to compare

What's new?

  • Swift 5 support
  • A generator for the Result type

iOS Fix

20 Mar 16:40
9507a7a
Compare
Choose a tag to compare

Gen now correctly builds for iOS. #6

Functional Randomness

18 Mar 17:22
Compare
Choose a tag to compare

Introducing Gen, a library for composable, transformable, controllable randomness!