Skip to content

v2.2.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 07 Nov 23:30
· 389 commits to master since this release
v2.2.0

Fixes

  • Random Int generation would rely on the size of UIntMax which was apparently not reliable (#28)

Changes

  • If on Linux, Android, or Windows, the arc4random_buf function will be dynamically loaded, making the RandomGenerator.arc4random option more widely available
  • Removed default parameter for randomGenerator for the random(using:) function of Range types
  • Removed Random protocol dependency from Random- protocols