VideoChain-API / src /services /generateSeed.mts
jbilcke-hf's picture
jbilcke-hf HF Staff
initial commit πŸŽ₯
bda5f6b
raw
history blame
88 Bytes
export function getRandomInt() {
return Math.floor(Math.random() * Math.pow(2, 31));
}