Translations:Random To/1/en: Difference between revisions

From StarLogo Nova Wiki
(Importing a new version from external source)
(No difference)

Revision as of 20:05, 28 June 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Random To)
[[Category:Math]]
<section begin="image"/>[[File:Random To.png|alt=The random to block|thumb]]<section end="image"/><p id=tooltip>A random number between and including the limits.</p>
The random to block

random [_] to [_] is a code block part of the Math drawer.

Usage

random [_] to [_] defines the upper and lower bounds of a range from which a random number is generated. The number is generated between and including the set limits.