Duplicated from jbilcke-hf/VideoChain-API
53aa97a
1
2
3
export function generateSeed() { return Math.floor(Math.random() * Math.pow(2, 31)); }