Ruben Gres
first commit
ec3efd7
raw
history blame
107 Bytes
export function randomSeed() {
return BigInt(13248873089935215612 & (((1 << 63) - 1) * Math.random()));
}