v2.3.0
New Features
Date
now conforms toRandomWithinRange
- Made unicode scalar based string generation faster
- Created
UnsafeRandom
,RandomEnum
,RandomWithAll
, andRandomRawRepresentable
protocols
Fixes
- Fix which random generator is used for random String. Previously used the default instead of the one passed into the function.