mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Update rand.js
This commit is contained in:
parent
6f5bfdfe74
commit
2906e0b253
|
@ -13,7 +13,7 @@ function getInt(min, max) {
|
|||
}
|
||||
|
||||
function getSeed() {
|
||||
return getInt(10000000, 99999999);
|
||||
return getInt(1000000000, 9999999999);
|
||||
}
|
||||
|
||||
function one(arr) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user