node-red-nodes/function/random
Dave Conway-Jones be79b6a1c6
add msg.property option to rbe, randon, smooth and base64 nodes
2018-01-30 21:42:14 +00:00
..
LICENSE Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
README.md Info/Doc style updates to core/pi nodes 2016-03-02 13:27:52 +00:00
package.json add msg.property option to rbe, randon, smooth and base64 nodes 2018-01-30 21:42:14 +00:00
random.html add msg.property option to rbe, randon, smooth and base64 nodes 2018-01-30 21:42:14 +00:00
random.js add msg.property option to rbe, randon, smooth and base64 nodes 2018-01-30 21:42:14 +00:00

README.md

node-red-node-random

A Node-RED node that when triggered generates a random number between two values.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-random

Usage

A simple node to generate a random number when triggered.

If integer mode is selected (default) it will return an integer between and including the two values given - so selecting 1 to 6 will return values 1,2,3,4,5 or 6.

If floating point mode is selected then it will return a number between the two values given - so selecting 1 to 6 will return values 1 < x < 6 .

Note: This generates numbers.