[backend][nodejs] Add seed to random decision

This commit is contained in:
koeberlue
2021-04-05 20:49:54 +02:00
parent 45b39fea22
commit 4a839343f5
3 changed files with 15 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
},
"dependencies": {
"random": "^3.0.3",
"seedrandom": "^3.0.5",
"should": "^13.2.3"
}
}