Skip to content

v4.2.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 15 Mar 19:54
· 199 commits to master since this release
v4.2.0

Improvements

  • Made Array init(randomCount:using:) about 4 times faster for integer types by having it safely call init(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 to UnsafeRandom (see 71d4bc6)