Skip to content

Commit b94ab42

Browse files
Update user.js
1 parent a6e4716 commit b94ab42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ function randomRange(min, max) {
2626
return min + Math.floor(Math.random() * (max - min + 1));
2727
else
2828
return min + Math.random() * (max - min);
29+
}

0 commit comments

Comments
 (0)