Random- Returns a random number
Function that returns a integer or floating point random number.
- Random([R]): num
Parameters:
- (int) R: maximum value (optional).
Description:
Use the Random function to derive a random number. If you do not specify the Random parameter it returns a floating point number from 0 to less than 1. If you specify the Random parameter it returns an integer from 0 to R-1;