Tile - YMath - Random – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} | ||
[[Category: Ylands 0.10]] | |||
[[Category: Instructions]] |
Revision as of 15:20, 2 January 2019
- 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.