From b9458763416095b64c40b236e8f914b6d3b4f55e Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 25 Aug 2014 17:41:20 +0300 Subject: [PATCH] Add "random" --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]