3 lines
60 B
Text
3 lines
60 B
Text
|
|
(define (pick-random-element R)
|
||
|
|
(nth (rand (length R)) R))
|