wayland/esp8266-true-random@0.0.1

License: GNU Lesser General Public License v3.0

Random number generator for the ESP8266. Wraps https://github.com/marvinroger/ESP8266TrueRandom
NodeDescription
example
Demonstration of all nodes. Run in debugger.
random
Generates a random integer between 0 and the highest signed long integer 2,147,483,647.
random-0-1
Generates a random number between 0 and 1.
random-n
Generates a random integer between 0 and (n-1). So n=6 will generate integers between 0 and 5.
random-a-b
Generates a random integer between a and (b-1). So if a=1 and b=7 this node will generate integers between 1 and 6.
random-boolean
Generates a true or false with a 50% probability.
To use the nodes in your project you should have the wayland/esp8266-true-random library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.