Skip to content

Instantly share code, notes, and snippets.

@alfu32

alfu32/README.md Secret

Created June 28, 2017 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfu32/70a796a48198e022f6c7e0c6d104b45f to your computer and use it in GitHub Desktop.
Save alfu32/70a796a48198e022f6c7e0c6d104b45f to your computer and use it in GitHub Desktop.
RandomNumberGenerator

generates a new random number every second

[{"id":"a4fdb5a5.dd1ee8","type":"function","z":"9bc41499.32eb78","name":"generator","func":"msg.payload.number=Math.random()*1000000;\nreturn msg;","outputs":1,"noerr":0,"x":320,"y":80,"wires":[[]]}]
@cobra85ec
Copy link

how do this work..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment