0209
Revision as of 11:39, 2 August 2017 by Junior Djjr (talk | contribs) (Created page with "{{OpCode | games = {{Icon|t}} | command = GENERATE_RANDOM_INT_IN_RANGE | description = Gets a random int between a custom range and stores the result into a variable...")
- Description
- Gets a random int between a custom range and stores the result into a variable.
- Syntax
- 0209: generate_random_int_in_range [int] [int] store_to [var]
- Parameter
- [int]
- Min value
- [int]
- Max value
- [var]
- Variable to store random int value
Keywords
cleo, random, rand, random number, random value, random int, random integer, range