Skip to content
TurtleKitty edited this page May 17, 2019 · 2 revisions

rand

This function returns a pseudorandom number between 0 and its argument.

(rand 5) ; 4
(rand 5) ; 1
(rand 5) ; 2
(rand 5) ; 3
(rand 5) ; 0
Clone this wiki locally