summaryrefslogtreecommitdiff
path: root/random.c
AgeCommit message (Expand)Author
2012-12-03random.c, rational.c: make marshal methods privatenobu
2012-11-09random.c: BYTE_ORDERnobu
2012-11-09siphashnobu
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-09random.c: rb_random_ulong_limitednobu
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-07-20random.c: refine error messagenobu
2012-06-22random.c: check initialize and loadnobu
2012-06-19* random.c (rb_random_int32): get rid of "warning: constant 0x100000000kosaki
2012-06-05obj_init_copynobu
2012-04-19 * random.c (random_init): Clarify that the default seed isdrbrain
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-03-11* random.c (Init_Random): removed rb_Random_DEFAULT and register asnobu
2012-03-11* random.c (random_s_rand): ensure default PRNG is re-initializednobu
2012-02-18* random.c: remove a duplicated comment.mrkn
2011-10-29* process.c (ruby_setsid): use rb_cloexec_open.akr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-05* random.c: Improve documentation of Random. Patch by Gregorydrbrain
2011-10-04* random.c (Init_Random): Add a top-level comment for Random. Patchdrbrain
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-06-27* random.c: Documentation fix for Random#bytesmarcandre
2011-05-15* remove trailing spaces.nobu
2011-04-25* random.c (random_rand): remove unused variables.naruse
2011-04-24* random.c (rb_f_rand, random_s_rand): RDocs for them.sorah
2011-04-24* random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn
2011-04-20* random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.naruse
2011-01-05* random.c (random_rand): suppress a warning.nobu
2010-12-25* random.c: parenthesize macro arguments.akr
2010-11-20* random.c (random_rand): get rid of overflow.nobu
2010-10-04* random.c (rand_init): This checks the value is in 32bit or not,naruse
2010-10-04* random.c (rand_init): remove useless assignment.naruse
2010-09-10* random.c (rb_genrand_ulong_limited): renamed fromnaruse
2010-08-26* random.c (rb_random_int32): suppress warning on LP64 platforms.nobu
2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu
2010-08-25reverted to r29091; r29092 breaks test-allshyouhei
2010-08-25* random.c (rb_random_int32): fixed typo.nobu
2010-08-25* random.c (rb_random_real): check the range of result.nobu
2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu
2010-08-23* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu
2010-08-03* random.c (Init_Random): add Random::DEFAULT.nobu
2010-07-27* class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse
2010-07-19* random.c (DEFAULT_SEED_LEN): suppress a warning.nobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-13* process.c (rb_fork_err): suppress gcc 4.4 warnings.nobu
2010-05-26* random.c (random_rand): add the result of random to thenobu
2010-05-26* random.c (random_rand): subtraction method of non-numeric cannobu
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-04-13* random.c (make_seed_value): fix leading-zero-guard condition onnobu
2010-04-12* random.c (rand_init): use the absolute value of seed toakr