test100 / src /lib /generateSeed.ts
Justyn97's picture
Upload 206 files
6454d9a verified
raw
history blame
No virus
88 Bytes
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
}