BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Implement `Arbitrary` for 128-bit integers #162

Closed clarfonthey closed 6 years ago

clarfonthey commented 7 years ago

rand supports it now, so, we can support it here too.