Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/tikslop
codificando
/
ai-lab-tube
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8101ed0
ai-lab-tube
/
src
/
lib
/
utils
/
generateSeed.ts
jbilcke
working to improve the clap format
f42b4a1
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
));
}