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}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | |||
[[Category: Instructions]] | |||
[[Category: Ylands 0.10]] | [[Category: Ylands 0.10]] | ||
Revision as of 13:42, 3 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.