reiddraper / simple-check

QuickCheck for Clojure
http://reiddraper.github.io/simple-check/
286 stars 18 forks source link

ensure that rand-range yields values inclusive of both lower & upper bounds, fixes gh-54 #55

Closed cemerick closed 10 years ago

cemerick commented 10 years ago

Big /ht to @hyPiRion here, this is his fix fundamentally.

reiddraper commented 10 years ago

Thanks!