v4.2.0
Improvements
-
Made Array
init(randomCount:using:)
about 4 times faster for integer types by having it safely callinit(unsafeRandomCount:using:)
(see 350ce9d) -
Made Dictionary shuffling faster (see 1977f86)
Changes
- Made Array
init(unsafeRandomCount:using:)
available for all element types, regardless if they conform toUnsafeRandom
(see 71d4bc6)