Skip to content

Commit

Permalink
Add package rng (#2879)
Browse files Browse the repository at this point in the history
Signed-off-by: penguinite <[email protected]>
  • Loading branch information
penguinite authored May 22, 2024
1 parent 5e6eba4 commit 06fd2a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 06fd2a5

Please sign in to comment.