Skip to main content

clojure.test.check.random

M

R

  • rand-double

    Returns a random double between 0.0 (inclusive) and 1.0 (exclusive) based on the given immutable RNG. Note: to main...

  • rand-long

    Returns a random long based on the given immutable RNG. Note: to maintain independence you should not call more than ...

S

  • split

    Returns two new RNGs [rng1 rng2], which should generate sufficiently independent random data. Note: to maintain ind...

  • split-n

    Returns a collection of `n` RNGs, which should generate sufficiently independent random data. Note: to maintain ind...