Difference between revisions of "0098"
Jump to navigation
Jump to search
Junior Djjr (talk | contribs) (Created page with "{{OpCode | games = {{Icon|t}} | command = GENERATE_RANDOM_FLOAT | description = Gets a random float between 0.0 and 1.0 and stores the result into a variable. | synt...") |
Junior Djjr (talk | contribs) |
||
Line 3: | Line 3: | ||
| command = GENERATE_RANDOM_FLOAT | | command = GENERATE_RANDOM_FLOAT | ||
| description = Gets a random float between 0.0 and 1.0 and stores the result into a variable. | | description = Gets a random float between 0.0 and 1.0 and stores the result into a variable. | ||
− | | syntax1 = 0098: [''var1''] | + | | syntax1 = 0098: generate_random_float [''var1''] |
| p1t = [''var1''] | | p1t = [''var1''] | ||
| p1d = Variable to store random float value | | p1d = Variable to store random float value |
Revision as of 11:08, 2 August 2017
- Description
- Gets a random float between 0.0 and 1.0 and stores the result into a variable.
- Syntax
- 0098: generate_random_float [var1]
- Parameter
- [var1]
- Variable to store random float value
This opcode only returns a fixed range of "0.0" and "1.0". To return a custom range, use 0208 instead.
Keywords
random, rand, random number, random value