Difference between revisions of "Random"
From Wiki
m (→Description: fixed high & low values) |
|||
Line 5: | Line 5: | ||
{{ro}} | {{ro}} | ||
− | Holds a random value | + | Holds a changing random value that ranges between 0 and 999. |
==== Example ==== | ==== Example ==== |
Revision as of 15:41, 9 August 2005
#random
Miscellaneous System Variables
Description
⇒
Holds a changing random value that ranges between 0 and 999.
Example
; make a random number between 0 and 99. set %a #random % 100
See Also
Main_Page | Documentation | Miscellaneous System Variables |