Tile - YMath - Random – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_Math_random01.png]] | |||
*Returns a '''random''' number between '''0''' and '''1''', borders included. | |||
*Returned value is '''float'''. | |||
[[Image:Ylands_Tile_-_Math_random.png]] | |||
*Returns a '''random''' number from selected '''interval'''. | |||
*Interval is '''half closed''' and does not include '''max''' value. | |||
*Returned value is '''integer'''. | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 15:48, 13 December 2018
- Returns a random number between 0 and 1, borders included.
- Returned value is float.
- Returns a random number from selected interval.
- Interval is half closed and does not include max value.
- Returned value is integer.