RND
random=number = RND() AS REAL
Returns a random float between 0.0 and 1.0
Example:
DIM r AS REAL
r = RND * 100 ' Random number between 0 and 100