We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e4716 commit b94ab42Copy full SHA for b94ab42
1 file changed
scripts/user.js
@@ -26,3 +26,4 @@ function randomRange(min, max) {
26
return min + Math.floor(Math.random() * (max - min + 1));
27
else
28
return min + Math.random() * (max - min);
29
+}
0 commit comments