radames's picture
svelte frontend
838b286
raw
history blame
107 Bytes
export function randomSeed() {
return BigInt(13248873089935215612 & (((1 << 63) - 1) * Math.random()));
}