RandomKit v1.6.0 Release Notes

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

    • randomGenerator() and randomSequence() for RandomType that return an infinite number of random values
    • ๐Ÿ†• New ShuffleType protocol for types that can return its values shuffled
      • Array and Dictionary can be shuffled
    • ๐Ÿ†• New RandomIntervalType protocol that allows for getting a random value within a closed interval
      • Random generators and sequences can be made within a closed interval
    • Getting random slices of an Array (Phi Mage #10)

    ๐Ÿ”„ Changes

    • โœ‚ Deleted String.RandomLength and NSURL.RandomValues