Skip to content
Turtle Kitty edited this page Aug 9, 2015 · 1 revision

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