RandomKit v5.0.0 Release Notes

Release Date: 2017-07-24 // over 6 years ago
  • ๐Ÿ†• New Features

    • โž• Added RandomRetrievable and RandomRetrievableInRange protocols (see 793e473)
    • โž• Added SeedableFromSequence protocol (see 7109437)

    ๐Ÿ”„ Changes

    • โœ‚ Removed random(using:) method that applied to all Sequence types
    • โœ‚ Removed Double random(within:using:) for TimeInterval ranges
    • ๐Ÿ“‡ Renamed RandomWithinRange and RandomWithinClosedRange to RandomInRange and RandomInClosedRange respectively
      • Functions that had a within: argument now use in:
    • ๐Ÿ‘€ SeedableFromRandomGenerator no longer requires Seedable
    • ๐Ÿ”„ Changed ChaCha.Seed to [UInt32]