Duplicated from jbilcke-hf/ai-comic-factory
624088c
1
2
3
export function generateSeed() { return Math.floor(Math.random() * Math.pow(2, 31)); }