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
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.