Swift Gen Versions Save

🎱 Composable, transformable, controllable randomness.

0.4.0

2 years ago
  • 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

3 years ago
  • 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.

0.2.0

5 years ago

What's new?

  • Swift 5 support
  • A generator for the Result type

0.1.1

5 years ago

Gen now correctly builds for iOS. https://github.com/pointfreeco/swift-gen/pull/6

0.1.0

5 years ago

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