summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random/test
AgeCommit message (Expand)Author
2021-10-31Added `Random.#bytes` methoddearblue
2021-04-24Skip tests that use `Float` inside; ref #5421Yukihiro "Matz" Matsumoto
2020-10-12Integrate `Fixnum` class into `Integer` classdearblue
2019-04-17Add `Array#sample` testKOBAYASHI Shuji
2019-04-15Fix missing assertions in `mruby-random` testKOBAYASHI Shuji
2018-11-19Remove implicit conversion using `to_int` method.Yukihiro "Matz" Matsumoto
2016-11-23Fix segfault in Array#sampleBouke van der Bijl
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 r...Emiliano Lesende
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