Random Decimal/en: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<section begin="image"/>[[File:random_decimal.png|alt=The Random Decimal Block|thumb]]<section end="image"/> | |||
==Usage== | |||
<p id=tooltip>A random decimal between 0 and 1.</p> | |||
==Example== | |||
[[File:random_decimal_example.gif|alt=Random Decimal example gif|thumb]] | |||
[[File:random_decimal_example.png|alt=Random Decimal example code|thumb]] | |||
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. | |||
[[Category:Math]] | [[Category:Math]] | ||
[[Category:Code Block]] | [[Category:Code Block]] |
Latest revision as of 17:25, 14 August 2023
Usage
A random decimal between 0 and 1.
Example
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.