0098
Revision as of 11:08, 2 August 2017 by Junior Djjr (talk | contribs)
- 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