Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-stories-factory
like
707
Paused
App
Files
Files
Community
18
Fetching metadata from the HF Docker repository...
main
ai-stories-factory
/
src
/
lib
/
utils
/
generateSeed.ts
jbilcke-hf
HF Staff
making progress on the AI Stories Factory
6821e3e
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}