@@ -53,3 +53,9 @@
(op (car sequence)
(fold-right op initial (cdr sequence)))))
; From exercise 3.5
(define (random-in-range low high)
(let ((range (- high low)))
(+ low (random range))))
'util-loaded
The note is not visible to the blocked user.