From 84b9362bfddd601dab2c9164892cc72ea3d2cd3e Mon Sep 17 00:00:00 2001 From: tsahara-iij Date: Tue, 26 Mar 2013 22:33:04 -0700 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Related-Projects.md b/Related-Projects.md index fc3f6a6..ee0b893 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -33,6 +33,7 @@ * [mruby-require](https://github.com/mattn/mruby-require) require implementation by [mattn](https://github.com/mattn) * [mruby-sha1](https://github.com/mattn/mruby-sha1) SHA1 digest function by [mattn](https://github.com/mattn) * [mruby-simplehttp](https://github.com/matsumoto-r/mruby-simplehttp) simple http client using [mruby-uv](https://github.com/mattn/mruby-uv) by [matsumoto_r](https://github.com/matsumoto-r) +* [mruby-simple-random](https://github.com/iij/mruby-simple-random) simple pseudo-random number generator using random(3) [iij](https://github.com/iij) * [mruby-sleep](https://github.com/matsumoto-r/mruby-sleep) sleep binding by [matsumoto_r](https://github.com/matsumoto-r) * [mruby-sqlite3](https://github.com/mattn/mruby-sqlite3) [SQLite3](http://www.sqlite.org/) database driver by [mattn](https://github.com/mruby-sqlite3) * [mruby-syslog](https://github.com/iij/mruby-syslog) syslog(3) binding by [iij](https://github.com/iij)