Skip to content

v5.0.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 24 Jul 18:50
· 97 commits to master since this release
v5.0.0

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]