Skip to content
Márk Török edited this page Jul 15, 2020 · 2 revisions

Random

It generates a random value in an interval.
Precondition : it requires a value that represents the endpoint of the interval
Example : random 20 or random 20 30
Note : It either has one argument and the generated value is between 0 and the argument, or two arguments.

Clone this wiki locally