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