Difference between revisions of "Random"

From Wiki
Jump to: navigation, search
m (Description: fixed high & low values)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #random ==
+
{{header|Miscellaneous|ro|Holds a changing random value that ranges between 0 and 999.}
'''Miscellaneous System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
Holds a changing random value that ranges between 0 and 999.
+
  
 
==== Example ====
 
==== Example ====
Line 14: Line 9:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px |
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Miscellaneous_Variables|Miscellaneous System Variables]]
+
|}
+

Revision as of 12:05, 26 August 2005

{{header|Miscellaneous|ro|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