diff --git a/packages.json b/packages.json index d1d0ebc9..51117dff 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" } ]