Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
LifeSim
like
10
Paused
App
Files
Files
Community
bf6568f
LifeSim
/
src
/
lib
/
generateSeed.ts
jbilcke-hf
HF staff
initial commit ๐ ๐ชธ
c7b9c60
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
export
function
generateSeed
(
) {
return
Math
.
floor
(
Math
.
random
() *
Math
.
pow
(
2
,
31
));
}