Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 88 Bytes
bda5f6b |
1 2 3 |
export function getRandomInt() {
return Math.floor(Math.random() * Math.pow(2, 31));
} |