ifigueroap / racket-quickcheck

Quickcheck Clone implemented in Racket
Other
32 stars 16 forks source link

Random number generation is not being provided #29

Closed HiPhish closed 1 year ago

HiPhish commented 7 years ago

I used (require quickcheck), but none of the random number generation routines documented in the user manual (like make-random-generator or random-integer) are being provided. This makes it impossible to write custom generators.

ifigueroap commented 7 years ago

Could you send a pull request in order to fix this? thx