RandomKit v2.2.0 Release Notes

Release Date: 2016-11-07 // over 7 years ago
  • ๐Ÿ›  Fixes

    • Random Int generation would rely on the size of UIntMax which was apparently not reliable (#28)

    ๐Ÿ”„ Changes

    • ๐Ÿง If on Linux, Android, or Windows, the arc4random_buf function will be dynamically loaded, making the RandomGenerator.arc4random option more widely available
    • โœ‚ Removed default parameter for randomGenerator for the random(using:) function of Range types
    • โœ‚ Removed Random protocol dependency from Random- protocols