VideoChain-API / src /utils /generateSeed.mts
jbilcke-hf's picture
jbilcke-hf HF staff
ok! now, time to debug and build the frontend..
5dfc565
raw
history blame
88 Bytes
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
}