jobjo / popper

Property-based testing at ease
ISC License
43 stars 1 forks source link

Fix range and char samplers #64

Closed jobjo closed 3 years ago

jobjo commented 3 years ago

Address https://github.com/jobjo/popper/issues/62.

Correct a bug in the range operator and revert to use the simple mod operation. There does not seem to be any performance impact.