Add splitmix64 implementation. (#2258)

This commit is contained in:
Iced Quinn 2022-06-16 23:07:25 -05:00 committed by GitHub
parent 921d9d7746
commit 898a2f5f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26520,5 +26520,16 @@
"description": "Farbfeld Encoder and Decoder written in Nim.",
"license": "MIT",
"web": "https://github.com/egeoz/nimFF"
},
{
"name": "splitmix64",
"url": "https://github.com/IcedQuinn/splitmix64",
"method": "git",
"tags": [
"random"
],
"description": "Tiny random number generator.",
"license": "CC0",
"web": "https://github.com/IcedQuinn/splitmix64"
}
]