summaryrefslogtreecommitdiff
path: root/random.c
AgeCommit message (Expand)Author
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
2010-04-07* random.c (rand_init): ignore higher bits if all they are same asnobu
2010-04-03fix rdoc. see r26808kazu
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-03-29* random.c: change include order; ruby.h should be at first.naruse
2010-03-15* random.c (default_rand): removed initial buffer.nobu
2010-03-15* random.c (next_state): no initialization here.nobu
2010-03-15* random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655]naruse
2010-03-03fix rdoc.akr
2010-02-05* random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr
2009-11-03* random.c (rb_hash_start): moved from string.c.nobu
2009-11-03fix typos.akr
2009-09-09* include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu
2009-09-03* random.c (random_rand): fixed rdoc. [ruby-core:25332]nobu
2009-08-27* random.c (random_rand): random integer can be a fixnum fornobu
2009-08-26* random.c (random_rand): refined error message.nobu
2009-08-26* random.c (random_rand): fixed for edge cases of ranges.nobu
2009-08-26* random.c (random_rand): unified random_int and random_float.nobu
2009-08-25* random.c (rand_init, random_load): use already defined macro.nobu
2009-08-02* random.c (rb_random_int): arguments have to be converted tonobu
2009-08-02* random.c (rand_int): prevent from GC.nobu
2009-08-01* random.c (random_float): rejects Infinity and NaN.nobu
2009-07-30* random.c (init_genrand): ensure invariant of mt->next and mt->left.mame
2009-07-30* random.c (random_bytes): use NUM2LONG instead of FIX2LONG becausemame
2009-07-22* random.c (random_{state,left}): internal/debug use.nobu
2009-07-21* random.c (rand_init): array length of random seed was broken, whichmame
2009-07-18 * random.c: workaround for VC++ 6.0.usa
2009-07-18* random.c (rb_random_{int32,real,bytes,int}): added functions fornobu
2009-07-18* random.c (fill_random_seed): needs wincrypt.h.nobu