random — Random number generator.
integer random (
)
MAX
Returns integer in the interval (0,MAX).
random(100) -> 82 random(100) -> 36