Updated Random.md (markdown)
commited
commit
e7adbd1b227b2c02acbb3f70a3868e5b54b3ea7b
... | ... | @@ -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 [[On Play]] block. |
|
16 | - The random block will not stop selecting numbers unless you wire an [[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 |