Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/ai-comic-factory
Minecraft3193092
/
ai-manga-factory
like
6
Running
App
Files
Files
Community
e8a29a1
ai-manga-factory
/
src
/
lib
/
generateSeed.ts
jbilcke-hf
HF staff
initial commit
624088c
about 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}