Add "random"

This commit is contained in:
Oleh Prypin 2014-08-25 17:41:20 +03:00
parent 9ad72da03c
commit b945876341

View File

@ -921,5 +921,14 @@
"description": "Implements a simple IRC client.", "description": "Implements a simple IRC client.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/nimrod-code/irc" "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"
} }
] ]