index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-random
/
src
/
mt19937ar.c
Age
Commit message (
Expand
)
Author
2017-08-09
Replaced tabs with spaces
Christopher Aue
2016-08-30
mruby-random: fixed typos
Yukihiro "Matz" Matsumoto
2016-08-30
mruby-random: add reporting URL since we modified the source
Yukihiro "Matz" Matsumoto
2016-08-08
update copyright notice and license description for mt19937ar.[ch]
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-06-25
add a few const qualifier
Santa Zhang
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-03-11
don't use of anonymous unions
take_cheeze
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-02-25
Implement default Random instance.
chasonr
2014-02-21
use 'd' format spec to get Random object
take_cheeze
2014-01-07
remove superfluous includes
cremno
2013-04-08
Change mruby-random License to MIT
MATSUMOTO Ryosuke
2013-03-27
Support mt instance valiables
MATSUMOTO Ryosuke
2013-03-23
Add mruby-random mrbgem (no activation though)
MATSUMOTO Ryosuke