summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random/test/random.rb
AgeCommit message (Collapse)Author
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-03-10reduce mrb_open calls in mrbgem testtake_cheeze
2013-11-02Added support for Random as an argument to shuffle and shuffle!. Refactored ↵Emiliano Lesende
random gem to use DATA instance type and hold mt_state inside the DATA_PTR instead of in an instance variable.
2013-11-01Added shuffle and shuffle! to the Array class in the Random gem.Emiliano Lesende
2013-03-27Add test for Random::srandMATSUMOTO Ryosuke
2013-03-27Fix test for mruby-randommattn
2013-03-27Add test for mruby-randommattn