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
166: Support arbitrary::Arbitrary r=cuviper a=e00E
num-bigint already supports quickcheck::Arbitrary which works roughly
like arbitrary::Arbitrary. arbitrary::Arbitrary used by cargo-fuzz and
makes it easier to use num-bigint BigInt and BigUint in projects that
want to fuzz that way.
https://github.com/rust-fuzz/arbitraryhttps://github.com/rust-fuzz/cargo-fuzz
I have included an example fuzz target but I'm not sure whether we want to merge it.
```
cargo +nightly install cargo-fuzz
cargo +nightly fuzz run fuzz_target_1
```
Co-authored-by: Valentin <[email protected]>
0 commit comments