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