random (zero-parameter)
Category: Random procedures
;;; (random) -> (all-of real? (cut (<= 0 <>)) (cut (< <> 1)))
;;; Compute an unpredictable number between 0 (inclusive) and 1 (exclusive).
Forthcoming
Forthcoming
Forthcoming
Forthcoming