We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arbitrary
.proliferate(withSize:)
077c096c3ddfc38db223ac8e525ad16ffb987138
When combined with proliferate(withSize:), (U)Int[8|16|32|64].arbitrary will only generate values from -30 to 30 if signed, and 0 to 30 if unsigned.
proliferate(withSize:)
(U)Int[8|16|32|64].arbitrary
-30
30
0
Set(UInt.arbitrary.proliferate(withSize: 2000).generate).sorted()
Random values in a wider range
Very limited range of random values
None
The text was updated successfully, but these errors were encountered:
.proliferateWithSize
No branches or pull requests
Version
077c096c3ddfc38db223ac8e525ad16ffb987138
Environment
Description
When combined with
proliferate(withSize:)
,(U)Int[8|16|32|64].arbitrary
will only generate values from-30
to30
if signed, and0
to30
if unsigned.Steps To Reproduce
Set(UInt.arbitrary.proliferate(withSize: 2000).generate).sorted()
Expected Result
Random values in a wider range
Actual Result
Very limited range of random values
Additional information
None
The text was updated successfully, but these errors were encountered: