vincent-hugot / qtest

Inline (Unit) Tests for OCaml
GNU General Public License v3.0
67 stars 8 forks source link

add quickcheck.ml generators for int32 and int64 #12

Closed gasche closed 11 years ago

gasche commented 11 years ago

The implementation is very stupid (it would be possible to be more efficient through clever use of Random.bits), but also very simple, and it's better than to have none at all.

vincent-hugot commented 11 years ago

Thanks!

(For extra points, add the generators to the list of generators in the documentation -- If you don't, I shall, eventually.)