Update rand.js

This commit is contained in:
Namhyeon Go 2022-06-28 13:01:47 +09:00 committed by GitHub
parent 6f5bfdfe74
commit 2906e0b253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ function getInt(min, max) {
}
function getSeed() {
return getInt(10000000, 99999999);
return getInt(1000000000, 9999999999);
}
function one(arr) {