Socket
Socket
Sign inDemoInstall

node-red-node-random

Package Overview
Dependencies
0
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-node-random

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


Version published
Maintainers
2
Install size
5.27 kB
Created

Readme

Source

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.

Keywords

FAQs

Last updated on 24 Sep 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc