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