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:
WaveCut
/
anycoder-37529124
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
61fa0c9
anycoder-37529124
/
utils.py
WaveCut
Upload folder using huggingface_hub
ea4fe4b
verified
6 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
import
random
import
time
def
get_random_seed
():
"""
Generates a random seed based on system time.
"""
return
random.randint(
0
,
2
**
32
-
1
)