quadrinhos-ia / src /lib /generateSeed.ts
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit
624088c
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
}