Spaces:
Paused
Paused
| export function getRandomInt() { | |
| return Math.floor(Math.random() * Math.pow(2, 31)); | |
| } |
| export function getRandomInt() { | |
| return Math.floor(Math.random() * Math.pow(2, 31)); | |
| } |