RandomKit v2.3.0 Release Notes

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

    • Date now conforms to RandomWithinRange
    • Made unicode scalar based string generation faster
    • Created UnsafeRandom, RandomEnum, RandomWithAll, and RandomRawRepresentable protocols

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix which random generator is used for random String. Previously used the default instead of the one passed into the function.