Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
aigorithm
/
aicartoons
like
0
Model card
Files
Files and versions
Community
main
aicartoons
/
src
/
lib
/
generateSeed.ts
aigorithm
commit
443495e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}