Is the clojure.test.check.random namespace meant to be used externally?

98 Views Asked by At

The Clojure test.check library includes an immutable version of the functionality provided by the Java SplittableRandom class, as described by Gary Fredericks in his "Purely Random" talk. However, the API docs for test.check exclude the clojure.test.check.random namespace in which this functionality is implemented. Is this namespace meant to be used directly from code outside of test.check, or should it be treated as an implementation detail and not used in that way?

0

There are 0 best solutions below