| Commit message (Expand) | Author | Age | Files | Lines |
* | * random.c (rb_hash_start): moved from string.c. | nobu | 2009-11-03 | 1 | -9/+37 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * random.c (random_rand): fixed rdoc. [ruby-core:25332] | nobu | 2009-09-03 | 1 | -1/+1 |
* | * random.c (random_rand): random integer can be a fixnum for | nobu | 2009-08-27 | 1 | -1/+1 |
* | * random.c (random_rand): refined error message. | nobu | 2009-08-26 | 1 | -9/+20 |
* | * random.c (random_rand): fixed for edge cases of ranges. | nobu | 2009-08-26 | 1 | -3/+7 |
* | * random.c (random_rand): unified random_int and random_float. | nobu | 2009-08-26 | 1 | -72/+156 |
* | * random.c (rand_init, random_load): use already defined macro. | nobu | 2009-08-25 | 1 | -7/+7 |
* | * random.c (rb_random_int): arguments have to be converted to | nobu | 2009-08-02 | 1 | -2/+3 |
* | * random.c (rand_int): prevent from GC. | nobu | 2009-08-02 | 1 | -12/+17 |
* | * random.c (random_float): rejects Infinity and NaN. | nobu | 2009-08-01 | 1 | -0/+6 |
* | * random.c (init_genrand): ensure invariant of mt->next and mt->left. | mame | 2009-07-30 | 1 | -1/+1 |
* | * random.c (random_bytes): use NUM2LONG instead of FIX2LONG because | mame | 2009-07-30 | 1 | -1/+1 |
* | * random.c (random_{state,left}): internal/debug use. | nobu | 2009-07-22 | 1 | -4/+8 |
* | * random.c (rand_init): array length of random seed was broken, which | mame | 2009-07-21 | 1 | -4/+2 |
* | * random.c: workaround for VC++ 6.0. | usa | 2009-07-18 | 1 | -1/+6 |
* | * random.c (rb_random_{int32,real,bytes,int}): added functions for | nobu | 2009-07-18 | 1 | -4/+25 |
* | * random.c (fill_random_seed): needs wincrypt.h. | nobu | 2009-07-18 | 1 | -1/+4 |
* | * random.c (fill_random_seed): use cryptographic service on Windows. | nobu | 2009-07-18 | 1 | -0/+7 |
* | * random.c (DIGSPERINT): fix for LP64. | nobu | 2009-07-17 | 1 | -2/+2 |
* | * random.c (fill_random_seed): /dev/urandom is not available on | nobu | 2009-07-17 | 1 | -2/+8 |
* | * random.c (random_equal): new method Random#==. | nobu | 2009-07-17 | 1 | -0/+21 |
* | * random.c (dump_mt): removed debug function. | nobu | 2009-07-17 | 1 | -14/+0 |
* | * random.c (fill_random_seed): suppress a warning. | nobu | 2009-07-16 | 1 | -1/+1 |
* | * random.c (rb_random_t): objectified. [EXPERIMENTAL] | nobu | 2009-07-16 | 1 | -45/+484 |
* | * random.c (rand_init): use fixed buffer for small numbers. | nobu | 2009-07-11 | 1 | -31/+32 |
* | * random.c (limited_rand): expands to long before shift so that | nobu | 2009-07-10 | 1 | -2/+2 |
* | * random.c (rand_init): got rid of buffer overflow. | nobu | 2009-07-10 | 1 | -4/+4 |
* | * random.c (struct MT): ruby already assumes int has 32bit at | nobu | 2009-07-10 | 1 | -48/+68 |
* | * random.c (fill_random_seed): enclosed conditionally used | nobu | 2009-03-11 | 1 | -0/+2 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -9/+9 |
* | * io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err), | nobu | 2009-02-18 | 1 | -1/+1 |
* | * random.c (rb_f_srand): update RDoc. [ruby-core:21113] | matz | 2009-01-04 | 1 | -1/+1 |
* | * random.c (rb_f_rand): type check simplified. strings are no | matz | 2008-12-29 | 1 | -35/+17 |
* | * bignum.c (rb_big_mul): faster multiplication by Karatsuba method and | mame | 2008-12-14 | 1 | -0/+10 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -2/+2 |
* | * random.c (struct MT): packed Mersenne Twister staffs. | nobu | 2008-08-17 | 1 | -81/+88 |
* | * random.c (Init_RandomSeed2): should be void. | nobu | 2008-06-20 | 1 | -1/+1 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -16/+60 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -1/+4 |
* | * random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITS | akr | 2008-02-02 | 1 | -6/+10 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/intern.h, random.c, array.c: | akr | 2007-12-24 | 1 | -2/+14 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -7/+7 |
* | * random.c: update MT URL.[ruby-core:13305]. | matz | 2007-11-08 | 1 | -1/+1 |
* | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr | 2007-09-01 | 1 | -19/+19 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |