mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
8 lines
406 B
HTML
8 lines
406 B
HTML
|
<script type="text/html" data-help-name="random">
|
||
|
<p>Generates a random number between a low and high value.</p>
|
||
|
<p>If set to return an integer it can <i>include</i> both the low and high values.
|
||
|
<code>min <= n <= max</code></p>
|
||
|
<p>If set to return a floating point value it will be from the low value, up to, but
|
||
|
not including the high value. <code>min <= n < max</code></p>
|
||
|
</script>
|