Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
media-server
like
8
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
media-server
/
src
/
generateSeed.mts
Julian Bilcke
initial commit
07ae658
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
export
function
getRandomInt
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}