Add librng (#2659)

* (update) update packages.json

* (revert) revert all changes to packages.json

* (update) add librng
This commit is contained in:
Trayambak 2023-07-20 16:02:31 +05:30 committed by GitHub
parent 540f13a189
commit e46052ef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30887,5 +30887,20 @@
"description": "Google Cookies. In your hands",
"license": "MIT",
"web": "https://github.com/thisago/gookie"
},
{
"name": "librng",
"url": "https://github.com/xTrayambak/librng",
"method": "git",
"tags": [
"library",
"rng",
"maths",
"math",
"random"
],
"description": "RNG for dummies in Nim",
"license": "MIT",
"web": "https://github.com/xTrayambak/librng"
}
]