RandomKit v1.5.0 Release Notes

Release Date: 2015-10-25 // over 8 years ago
  • ๐Ÿ†• New Features

    • ๐Ÿ‘ tvOS support :tv:
    • โž• Added random generators to types in the CoreGraphics module as well as NSNumber
    • โœ‚ Removed the Foundation import for extensions of Swift types (only 'stdlib.h' is needed for arc4random)

    ๐Ÿ”„ Changes

    • Relevant Objective-C types now conform to RandomType