Rnd(
---------------------
Different to basic
Use:
A positive value returns a random integer
value between 0 and the value given by
n%
-1.
A negative value for
n%
sets the random seed.
Example:
A%
=Rnd(
n%
)