Add package rng (#2879)

Signed-off-by: penguinite <penguinite@tuta.io>
This commit is contained in:
penguinite 2024-05-22 14:45:13 +02:00 committed by GitHub
parent 5e6eba4a85
commit 06fd2a5a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
}
]