Tidy datagenerator, random and smaz nodes

This commit is contained in:
Dave Conway-Jones
2019-09-20 21:22:14 +01:00
parent 171f78ca5b
commit e8a7af18d6
9 changed files with 23 additions and 20 deletions

View File

@@ -27,9 +27,9 @@
</script>
<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>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 you return a floating point value it will be from the low value, up to, but
<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>