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
It currently does rng.Int63() which the stdlib docs says "returns a non-negative pseudo-random 63-bit integer". It seems like we really should be generating negative ints in our random testing. The other types should all also be audited for this same bug.
The text was updated successfully, but these errors were encountered:
It currently does
rng.Int63()
which the stdlib docs says "returns a non-negative pseudo-random 63-bit integer". It seems like we really should be generating negative ints in our random testing. The other types should all also be audited for this same bug.The text was updated successfully, but these errors were encountered: