Difference between revisions of "random"
Jump to navigation
Jump to search
m |
m |
||
Line 18: | Line 18: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | [[Math Comands]] |= See also |
}} | }} |
Revision as of 07:21, 4 September 2007
Hover & click on the images for descriptions
Description
- Description:
- Random real value from 0 (inclusive) to x (not inclusive).
Syntax
Examples
- Example 1:
-
_rNumber = random 1
Additional Information
- See also:
- Math Comands
- Groups:
- Uncategorised
Notes
Notes
-
x=floor(random 5) will return 0,1,2,3 or 4.
x=ceil(random 5) will return 1,2,3,4 or 5.
Bottom Section
Categories:
- Pages using duplicate arguments in template calls
- Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Introduced with Operation Flashpoint version 1.00
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Variables