I want to use clojure's test.check
library to generate collections that I can do some simple stats on, things like computing mean, stddev, confidence intervals and that sort of thing.
How can I generate the collections so that they have pre-determined values for these properties?