Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-clip-factory
like
173
Paused
App
Files
Files
Community
7
8f35fb6
ai-clip-factory
/
src
/
lib
/
generateSeed.ts
jbilcke-hf
HF staff
initial commit
9a42933
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
));
}