Updated Random.md (markdown)
commited
commit
dabcfeabb53ab33c4f4f62d2b69eb21a3cb08e59
... | ... | @@ -13,7 +13,7 @@ Outputs: |
13 | 13 | |
14 | 14 | ## Notes |
15 | 15 | - The Min input is included while the Max input is excluded, meaning: I put 0 into the Min input and put 5 into the Max input, the block will still select 0 or any number lower than 5 but not 5. |
16 | - The random block will not stop selecting numbers unless you wire an [[Play Sensor]] block. |
|
16 | - The random block will not stop selecting numbers unless you wire a [[Play Sensor]] block. |
|
17 | 17 | - Note that the output would be in decimal, to avoid this use [[floor]], [[ceiling]], or [[round]] operators. |
18 | 18 | |
19 | 19 | ## Examples |