clarify random node info language

This commit is contained in:
Dave Conway-Jones
2018-09-24 19:40:33 +01:00
parent b0d98cca01
commit d32f11910b
3 changed files with 7 additions and 5 deletions

View File

@@ -28,8 +28,10 @@
70%
<script type="text/x-red" data-help-name="random">
<p>Generates a random number between a low and high value.</p>
<p>If you return an integer it can <i>include</i> both the low and high values.</p>
<p>If you return a floating point value it will be <i>between</i> the low and high values.</p>
<p>If you return an integer it can <i>include</i> both the low and high values.
<code>min <= n <= max</code></p>
<p>If you 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>
<script type="text/javascript">