ai-tube / src /lib /prompts /generateSeed.ts
jbilcke-hf's picture
jbilcke-hf HF staff
working on some new features
3d4392e
raw
history blame
88 Bytes
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
}