random (zero-parameter)

Category: Random procedures

Documentation

;;; (random) -> (all-of real? (cut (<= 0 <>)) (cut (< <> 1)))
;;; Compute an unpredictable number between 0 (inclusive) and 1 (exclusive).

Examples

Forthcoming

Tests

Forthcoming

See also

Forthcoming

Questions

Forthcoming