random Method
Purpose:
Returns a random number
Syntax:
random(value)
Comments:
Returns a random number between zero and value.
Example:
p random(64)