split-n
function
clojure.test.check.random/split-n
(split-n [rng n])Returns a collection of `n` RNGs, 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
Examples
No examples yet. Be the first to add one!