Skip to content

v4.3.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 21 Mar 18:44
· 180 commits to master since this release
v4.3.0

New Features

  • Added SeedableFromOtherRandomGenerator protocol
    • Allows for creating a RandomGenerator seeded from another RandomGenerator
  • Added ReseedingRandomGenerator struct for reseeding a base RandomGenerator with another after a certain number of bytes have been generated

Improvements

  • Much faster Array random(using:) for Swift versions before 3.1

Fixes

  • Fix compilation issues by not using API unavailable in Swift 3.1