add urand and timespec_get (#950)
This commit is contained in:
parent
6df91b7c2a
commit
123992332e
1 changed files with 25 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue