From 898a2f5f55383f43f8866155b52d51ae0fef0575 Mon Sep 17 00:00:00 2001 From: Iced Quinn <70673392+IcedQuinn@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:07:25 -0500 Subject: [PATCH] Add splitmix64 implementation. (#2258) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 2449fbe..3cfe3fa 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]