Random Decimal: Difference between revisions

From StarLogo Nova Wiki
(updates from Blockument)
(Marked this version for translation)
 
Line 2: Line 2:
<translate>
<translate>


<!--T:2-->
<section begin="image"/>[[File:random_decimal.png|alt=The Random Decimal Block|thumb]]<section end="image"/>
<section begin="image"/>[[File:random_decimal.png|alt=The Random Decimal Block|thumb]]<section end="image"/>


==Usage==
==Usage== <!--T:3-->


<!--T:4-->
<p id=tooltip>A random decimal between 0 and 1.</p>
<p id=tooltip>A random decimal between 0 and 1.</p>


==Example==
==Example== <!--T:5-->


<!--T:6-->
[[File:random_decimal_example.gif|alt=Random Decimal example gif|thumb]]
[[File:random_decimal_example.gif|alt=Random Decimal example gif|thumb]]
[[File:random_decimal_example.png|alt=Random Decimal example code|thumb]]
[[File:random_decimal_example.png|alt=Random Decimal example code|thumb]]


<!--T:7-->
This model simulates the progression of an epidemic with some random initial infected population (e.g. a foodborne disease). By using the [[Special:MyLanguage/With % Chance|with percent chance]] block over a large number of turtles, the initial fraction of sick turtles is approximately the random decimal * 100.
This model simulates the progression of an epidemic with some random initial infected population (e.g. a foodborne disease). By using the [[Special:MyLanguage/With % Chance|with percent chance]] block over a large number of turtles, the initial fraction of sick turtles is approximately the random decimal * 100.



Latest revision as of 15:47, 14 August 2023

Other languages:
The Random Decimal Block

Usage

A random decimal between 0 and 1.

Example

Random Decimal example gif
Random Decimal example code

This model simulates the progression of an epidemic with some random initial infected population (e.g. a foodborne disease). By using the with percent chance block over a large number of turtles, the initial fraction of sick turtles is approximately the random decimal * 100.