From 06fd2a5a626d3f680ebbb9dfc6a3699872b2b071 Mon Sep 17 00:00:00 2001 From: penguinite <147942000+penguinite@users.noreply.github.com> Date: Wed, 22 May 2024 14:45:13 +0200 Subject: [PATCH] Add package rng (#2879) Signed-off-by: penguinite --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d1d0ebc..51117df 100644 --- a/packages.json +++ b/packages.json @@ -33471,5 +33471,20 @@ "description": "Nim bindings for EGL", "license": "MIT", "web": "https://github.com/lualvsil/negl" + }, + { + "name": "rng", + "url": "https://github.com/penguinite/rng", + "method": "git", + "tags": [ + "random", + "sysrand", + "rng", + "crypto", + "cross" + ], + "description": "Basic wrapper over std/sysrand", + "license": "BSD-3-Clause", + "web": "https://github.com/penguinite/rng" } ]