summaryrefslogtreecommitdiff
path: root/test/ruby/test_rand.rb
AgeCommit message (Expand)Author
2009-08-02* random.c (rb_random_int): arguments have to be converted tonobu
2009-08-02* test/ruby/test_rand.rb: add tests for Random#float's rejectionmame
2009-08-02* random.c (rand_int): prevent from GC.nobu
2009-07-30* test/ruby/test_rand.rb: add tests for Random class.mame
2009-07-21* test/ruby/test_rand.rb (test_big_seed): tests also instance methods.nobu
2009-07-21* random.c (rand_init): array length of random seed was broken, whichmame
2009-07-16* random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu
2008-12-29* random.c (rb_f_rand): type check simplified. strings are nomatz
2008-03-25* test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame
2005-02-07add test_rand_0x100000000.akr
2005-01-04* random.c (init_by_array): imported from mt19937ar-cok.tgz.akr