ai-bedtime-story / src /lib /generateSeed.ts
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit 🌝
fecef05
raw
history blame
No virus
88 Bytes
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
}