summaryrefslogtreecommitdiff
path: root/random.c
AgeCommit message (Expand)Author
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2013-11-20* random.c (rand_init): Make it possible to specify arbitrary arrayakr
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-02* random.c (make_seed_value): a local array declaration was accessedmame
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-08-13random.c: coerce before check negativenobu
2013-08-07* random.c (random_load): use RARRAY_RAWPTR() instead ofko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-11* random.c (rand_int): Use rb_big_uminus.akr
2013-06-11* internal.h (INTEGER_PACK_NEGATIVE): Defined.akr
2013-06-10* bignum.c (rb_integer_pack): Returns sign instead of words.akr
2013-06-09* bignum.c (rb_absint_numwords): Renamed from rb_absint_size_in_word.akr
2013-06-09* bignum.c (rb_integer_pack): numwords_allocated argument removed.akr
2013-06-08* random.c (limited_big_rand): declare rnd, lim and mask as uint32_tcharliesome
2013-06-08* random.c: Unused RBignum internal accessing macros removed.akr
2013-06-08* random.c (limited_big_rand): The argument, limit, is changed toakr
2013-06-08* random.c (make_seed_value): Fix the length given forakr
2013-06-08* bignum.c (rb_integer_unpack): Don't use rb_funcall if possible.akr
2013-06-08* random.c (rand_init): Add a cast to fix clang compile error:akr
2013-06-08* random.c (rand_init): Use rb_integer_pack.akr
2013-06-08* internal.h (INTEGER_PACK_FORCE_BIGNUM): New flag constant.akr
2013-06-08* random.c (int_pair_to_real_inclusive): Use rb_funcall instead ofakr
2013-06-08* random.c (int_pair_to_real_inclusive): Use rb_integer_pack.akr
2013-06-08* random.c (int_pair_to_real_inclusive): Use rb_integer_unpack.akr
2013-06-07* random.c (random_load): Use rb_integer_pack.akr
2013-06-07* random.c (numberof): Removed.akr
2013-06-07* random.c: include internal.h.akr
2013-06-05* random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.akr
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* random.c: Document Random::DEFAULT by @eLobato [Fixes GH-304]zzak
2013-03-16* configure.in: check struct timeval exist or not.kosaki
2013-02-24random.c: increase limit for generic randnobu
2013-02-22random.c: fix error messagenobu
2013-02-03* random.c: Document range argument for Kernel#rand.zzak
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