index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
random.c
Age
Commit message (
Expand
)
Author
2015-12-09
* *.c (*_memsize): do not check ptr.
ko1
2015-12-05
random.c: fix filling size
nobu
2015-12-01
explicit_bzero.c: needs windows.h
nobu
2015-11-30
* random.c (InitVM_Random): move Random::DEFAULT initialization
kosaki
2015-11-30
* random.c (Init_RandomSeed): move all Random::DEFAULT
kosaki
2015-11-30
* random.c (init_hashseed, init_siphash): extract initialize
kosaki
2015-11-30
* random.c (init_randomseed): remove "initial" argument. It never
kosaki
2015-11-30
* random.c: random_raw_seed don't use GRND_NONBLOCK. GRND_NONBLOCK
kosaki
2015-11-30
* missing/explicit_bzero.c: new file. define explicit_bzero.
kosaki
2015-10-18
random.c: comment [ci skip]
nobu
2015-10-18
Revert r52180
kosaki
2015-10-18
* random.c (fill_random_bytes_urandom): add a comment why using
kosaki
2015-10-18
* random.c (fill_random_bytes_syscall): don't use GRND_NONBLOCK.
kosaki
2015-10-18
* random.c (fill_random_bytes_syscall): use ATOMIC_SET() for
kosaki
2015-07-25
random.c: get rid of blocking
nobu
2015-07-14
fix compile error with clang
kazu
2015-07-07
* random.c (fill_random_bytes_syscall): fix compile error.
kazu
2015-07-07
random.c: fix failures on old Linux
normal
2015-07-07
random.c: try getrandom
nobu
2015-07-07
random.c: separate fill_random_bytes
nobu
2015-06-25
random.c: refactor
nobu
2015-03-19
random.c: fix handle to release
nobu
2015-03-16
ruby.h: suppress false warnings
nobu
2015-03-16
ruby.h: suppress false warnings
nobu
2015-03-04
* random.c (random_raw_seed): Avoid calling fill_random_bytes()
odaira
2015-02-15
random.c: suppress a warning
nobu
2015-02-14
random.c: ArgumentError for invalid argument
nobu
2015-02-14
random.c: allow negative argument to random_number
nobu
2015-02-14
random.c: rand_random_number
nobu
2015-02-14
random.c: use PRIsVALUE
nobu
2015-02-14
random.c: Random.raw_seed
nobu
2014-12-01
use 0 for reserved
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-07-09
random.c: fix casts
nobu
2014-07-03
Init functions don't need ID caches
nobu
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 array
akr
2013-10-29
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-02
* random.c (make_seed_value): a local array declaration was accessed
mame
2013-09-25
* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().
ko1
2013-08-13
random.c: coerce before check negative
nobu
2013-08-07
* random.c (random_load): use RARRAY_RAWPTR() instead of
ko1
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
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_t
charliesome
2013-06-08
* random.c: Unused RBignum internal accessing macros removed.
akr
[next]