File size: 88 Bytes
4f64da5
 
 
1
2
3
export function generateSeed() {
  return Math.floor(Math.random() * Math.pow(2, 31));
}