File size: 88 Bytes
9a42933 |
1 2 3 |
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
} |
9a42933 |
1 2 3 |
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
} |