Skip to main content

split

function

clojure.test.check.random/split

(split [rng])
Returns two new RNGs [rng1 rng2], which should generate sufficiently independent random data. Note: to maintain independence you should not call more than one function in the IRandom protocol with the same argument

No examples yet. Be the first to add one!