Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
ai-story-teller
like
8
Runtime error
App
Files
Files
Community
1
ab2e706
ai-story-teller
/
src
/
lib
/
generateSeed.ts
ruslanmv
First commit
5f663a9
10 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}