Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
BBo09
/
comic_test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
comic_test
/
src
/
lib
/
generateSeed.ts
BBo09
Upload 255 files
c511b81
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}