File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Work in progress...
88
99## Functions:
1010
11- - randomInt() - generates random Integer between '0' and '2^48'
12- - randomFloat() - generates random Float between '0' and '1'
13- - randomIntRange(min, max) - generates random Integer between variables 'min' and 'max'
14- - randomFloatRange(min, max) - generates random Float between variables 'min' and 'max'
15- - randomBool(Chance) - generates random Boolean with the chance of getting true being 'chance' (Default: 0.5)
11+ - ` randomInt() ` - generates random Integer between '0' and '2^48'
12+ - ` randomFloat() ` - generates random Float between '0' and '1'
13+ - ` randomIntRange(min, max) ` - generates random Integer between variables 'min' and 'max'
14+ - ` randomFloatRange(min, max) ` - generates random Float between variables 'min' and 'max'
15+ - ` randomBool(Chance) ` - generates random Boolean with the chance of getting true being 'chance' (Default: 0.5)
You can’t perform that action at this time.
0 commit comments