diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-25 15:45:13 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-25 15:45:13 +0100 |
| commit | 830f4a39c4a0d2b830f47075f1478513296deedb (patch) | |
| tree | 76f0a99b500af56d45827ea73206fa9942a70e70 | |
| parent | 9ad72da03c8272256812c7a71f33e1c84d22feb5 (diff) | |
| parent | b9458763416095b64c40b236e8f914b6d3b4f55e (diff) | |
| download | packages-830f4a39c4a0d2b830f47075f1478513296deedb.tar.gz packages-830f4a39c4a0d2b830f47075f1478513296deedb.zip | |
Merge pull request #83 from BlaXpirit/patch-1
Add "random"
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 62f4db6..c7a3a17 100644 --- a/packages.json +++ b/packages.json @@ -921,5 +921,14 @@ "description": "Implements a simple IRC client.", "license": "MIT", "web": "https://github.com/nimrod-code/irc" + }, + { + "name": "random", + "url": "git://github.com/BlaXpirit/nimrod-random", + "method": "git", + "tags": ["library", "algorithms", "random"], + "description": "Pseudo-random number generation library inspired by Python", + "license": "MIT", + "web": "https://github.com/BlaXpirit/nimrod-random" } ] |
