Spaces:
Build error
Build error
File size: 88 Bytes
07ae658 |
1 2 3 |
export function getRandomInt() {
return Math.floor(Math.random() * Math.pow(2, 31));
} |