summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random/src/random.h
AgeCommit message (Collapse)Author
2014-03-01use C style comments instead of C++ style commentscubicdaiya
According to CONTRIBUTING.md, Don't use C++ style comments /* This is the prefered comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines.
2013-03-23Add mruby-random mrbgem (no activation though)MATSUMOTO Ryosuke