Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
LifeSim
like
10
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bf6568f
LifeSim
File size: 88 Bytes
c7b9c60
1
2
3
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
)); }