RETURNS A RANDOM VALUE BETWEEN 0 AND V
ACTION
The function RND(V) returns a random number from the range 0 to V.
V can be a real or integer number and must be positive.
SYNTAX:
Result=RND(V)
USE ERROR EXAMPLE
print rnd(3)
print "Result is between 0 and 3"
RND()
RND(V)
SEE ALSO
LOG()