add urand and timespec_get (#950)

This commit is contained in:
Matceporial 2018-12-01 19:42:29 +03:00 committed by Miran
parent 6df91b7c2a
commit 123992332e

View File

@ -11708,6 +11708,31 @@
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-gatabase"
},
{
"name": "timespec_get",
"url": "https://github.com/Matceporial/nim-timespec_get",
"method": "git",
"tags": [
"time",
"timespec_get"
],
"description": "Nanosecond-percision time using timespec_get",
"license": "0BSD",
"web": "https://github.com/Matceporial/nim-timespec_get"
},
{
"name": "urand",
"url": "https://github.com/Matceporial/nim-urand",
"method": "git",
"tags": [
"random",
"urandom",
"crypto"
],
"description": "Simple method of obtaining secure random numbers from the OS",
"license": "MIT",
"web": "https://github.com/Matceporial/nim-urand"
},
{
"name": "awslambda",
"url": "https://github.com/lambci/awslambda.nim",