Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Joseph-hf/ai-comic-generator
Henhouse
/
workflow-comics
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
workflow-comics
/
src
/
lib
/
generateSeed.ts
zanekwok
init
450060f
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}