summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random/src/mt19937ar.c
AgeCommit message (Expand)Author
2016-08-30mruby-random: fixed typosYukihiro "Matz" Matsumoto
2016-08-30mruby-random: add reporting URL since we modified the sourceYukihiro "Matz" Matsumoto
2016-08-08update copyright notice and license description for mt19937ar.[ch]Yukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2014-06-25add a few const qualifierSanta Zhang
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-03-11don't use of anonymous unionstake_cheeze
2014-03-01use C style comments instead of C++ style commentscubicdaiya
2014-02-25Implement default Random instance.chasonr
2014-02-21use 'd' format spec to get Random objecttake_cheeze
2014-01-07remove superfluous includescremno
2013-04-08Change mruby-random License to MITMATSUMOTO Ryosuke
2013-03-27Support mt instance valiablesMATSUMOTO Ryosuke
2013-03-23Add mruby-random mrbgem (no activation though)MATSUMOTO Ryosuke