Fix random node to handle to or from being 0

and add tests
to close #955
This commit is contained in:
Dave Conway-Jones
2022-10-12 09:20:09 +01:00
parent 5aa99eca73
commit 584590b9a6
3 changed files with 180 additions and 142 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-random",
"version" : "0.4.0",
"version" : "0.4.1",
"description" : "A Node-RED node that when triggered generates a random number between two values.",
"dependencies" : {
},