ai-story-teller / src /lib /generateSeed.ts
ruslanmv's picture
First commit
5f663a9
raw
history blame
88 Bytes
export function generateSeed() {
return Math.floor(Math.random() * Math.pow(2, 31));
}