- (make-uniform-random-reals [precision: PRECISION] [source: (SOURCE (current-random-source))]) -> (procedure () 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.
(random-real/current) = (make-uniform-random-reals). Both return procedures of (() -> real).