Updated Random.md (markdown)
commited
commit
52c243c71a2c320057a3401a1811345e37bdaa08
... | ... | @@ -13,6 +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 | 17 | - Note that the output would be in decimal, to avoid this use [[floor]], [[ceiling]], or [[round]] operators. |
17 | 18 | |
18 | 19 | ## Examples |