#;1> (use lazy-seq) ; ... #;2> (define randoms (lazy-repeatedly (lambda () (random 100)))) #;3> randoms # #;4> (lazy-ref 5 randoms) 45 #;5> randoms #