rand-double
function
clojure.test.check.random/rand-double
(rand-double [rng])Returns a random double between 0.0 (inclusive) and 1.0 (exclusive)
based on the given immutable RNG.
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!