Add package rng (#2879)

Signed-off-by: penguinite <penguinite@tuta.io>
This commit is contained in:
penguinite
2024-05-22 20:45:13 +08:00
committed by GitHub
parent 5e6eba4a85
commit 06fd2a5a62
+15
View File
@@ -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"
}
]