Hugging Face
Models
Datasets
Spaces
Community
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...
main
LifeSim
File size: 88 Bytes
d90835a
1
2
3
export
const
pick
= (
items:
string
[]
) => items[
Math
.
floor
(
Math
.
random
()*items.
length
)]