Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aigorithm
/
aicomicsbook
like
8
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2254a72
aicomicsbook
/
src
/
lib
/
generateSeed.ts
aigorithm
commit
2254a72
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}