RandomKit v4.2.0 Release Notes

Release Date: 2017-03-15 // about 7 years ago
  • ๐Ÿ‘Œ Improvements

    • Made Array init(randomCount:using:) about 4 times faster for integer types by having it safely call init(unsafeRandomCount:using:)

    • Made Dictionary shuffling faster

    ๐Ÿ”„ Changes

    • Made Array init(unsafeRandomCount:using:) available for all element types, regardless if they conform to UnsafeRandom