Age | Commit message (Expand) | Author |
2009-07-18 | * random.c: workaround for VC++ 6.0. | usa |
2009-07-18 | * random.c (rb_random_{int32,real,bytes,int}): added functions for | nobu |
2009-07-18 | * random.c (fill_random_seed): needs wincrypt.h. | nobu |
2009-07-18 | * random.c (fill_random_seed): use cryptographic service on Windows. | nobu |
2009-07-17 | * random.c (DIGSPERINT): fix for LP64. | nobu |
2009-07-17 | * random.c (fill_random_seed): /dev/urandom is not available on | nobu |
2009-07-17 | * random.c (random_equal): new method Random#==. | nobu |
2009-07-17 | * random.c (dump_mt): removed debug function. | nobu |
2009-07-16 | * random.c (fill_random_seed): suppress a warning. | nobu |
2009-07-16 | * random.c (rb_random_t): objectified. [EXPERIMENTAL] | nobu |
2009-07-11 | * random.c (rand_init): use fixed buffer for small numbers. | nobu |
2009-07-10 | * random.c (limited_rand): expands to long before shift so that | nobu |
2009-07-10 | * random.c (rand_init): got rid of buffer overflow. | nobu |
2009-07-10 | * random.c (struct MT): ruby already assumes int has 32bit at | nobu |
2009-03-11 | * random.c (fill_random_seed): enclosed conditionally used | nobu |
2009-02-22 | stripped trailing spaces. | nobu |
2009-02-18 | * io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err), | nobu |
2009-01-04 | * random.c (rb_f_srand): update RDoc. [ruby-core:21113] | matz |
2008-12-29 | * random.c (rb_f_rand): type check simplified. strings are no | matz |
2008-12-14 | * bignum.c (rb_big_mul): faster multiplication by Karatsuba method and | mame |
2008-09-05 | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz |
2008-08-17 | * random.c (struct MT): packed Mersenne Twister staffs. | nobu |
2008-06-20 | * random.c (Init_RandomSeed2): should be void. | nobu |
2008-06-20 | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr |
2008-06-08 | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 |
2008-03-05 | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz |
2008-02-02 | * random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITS | akr |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-12-24 | * include/ruby/intern.h, random.c, array.c: | akr |
2007-11-13 | * include/ruby/ruby.h: introduce 2 macros: | ko1 |
2007-11-08 | * random.c: update MT URL.[ruby-core:13305]. | matz |
2007-09-01 | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2006-09-24 | * random.c (rb_f_rand): RDoc typo fix. a patch from Frederick | matz |
2006-08-31 | * array.c (rb_ary_shuffle_bang): new method. | matz |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-02-12 | * random.c (rand_init): suppress warning. | nobu |
2005-01-07 | * random.c (rand_init): use ALLOC_N instead of ALLOCA_N | akr |
2005-01-06 | * random.c (random_seed): O_NONBLOCK isn't defined on some | ocean |
2005-01-05 | * random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2. | akr |
2005-01-04 | * random.c (init_by_array): imported from mt19937ar-cok.tgz. | akr |
2005-01-03 | * random.c (random_seed): don't use /dev/urandom if it is not character device. | akr |
2005-01-03 | * random.c (random_seed): use /dev/urandom if available. | akr |
2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
2003-12-28 | RDoc Struct and random | dave |
2003-04-09 | * bignum.c (BIGZEROP): macro to determine if x is a bignum zero. | matz |
2003-04-08 | * random.c (rb_f_rand): normalize bignum argument. | matz |
2003-01-31 | * random.c (rb_f_rand): type fix. | eban |
2003-01-31 | * parse.y (yylex): remove EXPR_CMDARG according to the RHG book. | matz |