clojure.test.check.random
M
- function
([seed])
Given an optional Long seed, returns an object that satisfies the IRandom protocol.
function([] [seed])
R
Returns a random double between 0.0 (inclusive) and 1.0 (exclusive) based on the given immutable RNG. Note: to main...
function([rng])
Returns a random long based on the given immutable RNG. Note: to maintain independence you should not call more than ...
function([rng])