Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rgres
/
Drawing2Sat
like
4
Runtime error
App
Files
Files
Community
d68ec80
Drawing2Sat
/
frontend
/
src
/
lib
/
utils.ts
Ruben Gres
first commit
ec3efd7
over 1 year ago
raw
Copy download link
history
blame
Safe
107 Bytes
export
function
randomSeed
(
) {
return
BigInt
(
13248873089935215612
& (((
1
<<
63
) -
1
) *
Math
.
random
()));
}