Spaces:
Build error
Build error
File size: 107 Bytes
838b286 |
1 2 3 4 |
export function randomSeed() {
return BigInt(13248873089935215612 & (((1 << 63) - 1) * Math.random()));
}
|