chickadee » srfi-27 » make-uniform-random-reals

(make-uniform-random-reals [precision: PRECISION] [source: (SOURCE (current-random-source))]) -> (-> real)procedure

The generator is as (random-source-make-reals SOURCE PRECISION).

PRECISION maybe #f, in which case the value is flonum-epsilon.

SOURCE is a random-source.

(current-random-real) = (make-uniform-random-reals). Both return procedures of (() -> real).