Add package sysrandom

This commit is contained in:
Euan T 2017-03-27 11:22:46 +01:00 committed by GitHub
parent 10c67faac4
commit f7341b1aef

View File

@ -6124,5 +6124,18 @@
"description": "Storage, localStorage, and sessionStorage bindigs for Nim's JavaScript backend.",
"license": "MIT",
"web": "https://bitbucket.org/moigagoo/storage/"
},
{
"name": "sysrandom",
"url": "https://github.com/euantorano/sysrandom.nim",
"method": "git",
"tags": [
"random",
"RNG",
"PRNG"
],
"description": "A simple library to generate random data, using the system's PRNG.",
"license": "BSD3",
"web": "https://github.com/euantorano/sysrandom.nim"
}
]