summaryrefslogtreecommitdiffstats
path: root/random.c
Commit message (Expand)AuthorAgeFilesLines
* * random.c (rb_f_srand): update RDoc. [ruby-core:21113]matz2009-01-041-1/+1
* * random.c (rb_f_rand): type check simplified. strings are nomatz2008-12-291-35/+17
* * bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame2008-12-141-0/+10
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-2/+2
* * random.c (struct MT): packed Mersenne Twister staffs.nobu2008-08-171-81/+88
* * random.c (Init_RandomSeed2): should be void.nobu2008-06-201-1/+1
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-16/+60
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-1/+4
* * random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITSakr2008-02-021-6/+10
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby/intern.h, random.c, array.c:akr2007-12-241-2/+14
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-7/+7
* * random.c: update MT URL.[ruby-core:13305].matz2007-11-081-1/+1
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-19/+19
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * random.c (rb_f_rand): RDoc typo fix. a patch from Frederickmatz2006-09-241-1/+1
* * array.c (rb_ary_shuffle_bang): new method.matz2006-08-311-7/+3
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-16/+8
* * random.c (rand_init): suppress warning.nobu2005-02-121-1/+1
* * random.c (rand_init): use ALLOC_N instead of ALLOCA_Nakr2005-01-071-2/+2
* * random.c (random_seed): O_NONBLOCK isn't defined on someocean2005-01-061-1/+4
* * random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2.akr2005-01-051-15/+19
* * random.c (init_by_array): imported from mt19937ar-cok.tgz.akr2005-01-041-37/+216
* * random.c (random_seed): don't use /dev/urandom if it is not character device.akr2005-01-031-3/+15
* * random.c (random_seed): use /dev/urandom if available.akr2005-01-031-1/+19
* * eval.c (rb_yield_0): should not re-submit TAG_BREAK if thismatz2004-03-151-1/+1
* RDoc Struct and randomdave2003-12-281-0/+34
* * bignum.c (BIGZEROP): macro to determine if x is a bignum zero.matz2003-04-091-5/+0
* * random.c (rb_f_rand): normalize bignum argument.matz2003-04-081-0/+5
* * random.c (rb_f_rand): type fix.eban2003-01-311-1/+1
* * parse.y (yylex): remove EXPR_CMDARG according to the RHG book.matz2003-01-311-0/+5
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* move struct timeval to missing.hmichal2002-09-171-10/+0
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-131-1/+0
* * random.c (N, M): undef for <winnt.h> on MinGW.eban2002-07-261-0/+3
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-80/+155
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-2/+2
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-6/+6
* * random.c (rand_init): add check for initstate(3).eban2002-04-111-1/+1
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-271-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-11-141-0/+1
* matzmatz2000-11-021-1/+4
* matz - nakada win32 patchmatz2000-08-031-1/+1
* matzmatz2000-07-041-4/+13
* 2000-05-01matz2000-05-011-2/+2
* 2000-02-08matz2000-02-081-2/+2