You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull-request adds (random) as a built-in primitive, and then
uses that to create a pair of other functions:
* random:char
* Return a random letter from a-z
* random:item
* Return a random list-element.
This closes#43.
Which will return a random value between zero and the N specified:
(random 10)
will return one of 0, 1, 2 .. 8, 9.The text was updated successfully, but these errors were encountered: