Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-tube
like
281
Running
App
Files
Files
Community
9
09a7c47
ai-tube
/
src
/
lib
/
utils
/
generateSeed.ts
jbilcke
working to improve the clap format
f42b4a1
8 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}