unchained / src /utils /generateSeed.mts
barton
Duplicate from jbilcke-hf/VideoChain-API
53aa97a
raw
history blame contribute delete
88 Bytes
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
}