test-check

kenny 2017-04-24T23:17:03.524610Z

Is there an easy way to add min-elements and max-elements to clojure.test.check.generators/vector-distinct?

kenny 2017-04-24T23:19:23.545053Z

Oooo, super simple 🙂

(gen/vector-distinct gen/double {:min-elements 2
                                               :max-elements 10})