You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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