Skip to content

v2.3.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 21 Nov 10:55
· 368 commits to master since this release
v2.3.0

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.