Spaces:
Runtime error
Runtime error
export function randomSeed() { | |
return BigInt(13248873089935215612 & (((1 << 63) - 1) * Math.random())); | |
} | |
export function randomSeed() { | |
return BigInt(13248873089935215612 & (((1 << 63) - 1) * Math.random())); | |
} | |