Tile - YMath - Random – Ylands

From Bohemia Interactive Community
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 16:48, 13 December 2018

Ylands Tile - Math random01.png

  • Returns a random number between 0 and 1, borders included.
  • Returned value is float.


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.



Template:Ylands scripting navbox