diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-27 22:02:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-27 22:02:26 +0200 |
| commit | 0f5e2db2e1aa99af2dd5876b8c1a6f5cc162f147 (patch) | |
| tree | 2c479011b07fa874e8548d1af540802b664b12ed | |
| parent | 10c67faac438631c7b1c22d87eb153291dfdc008 (diff) | |
| parent | f7341b1aefd9338e6d49f9527c61207454771383 (diff) | |
| download | packages-0f5e2db2e1aa99af2dd5876b8c1a6f5cc162f147.tar.gz packages-0f5e2db2e1aa99af2dd5876b8c1a6f5cc162f147.zip | |
Merge pull request #487 from euantorano/patch-1
Add package sysrandom
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b38b309..a17a79d 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
