index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* random.c (limited_rand): Add a specialized path for the limit fits in 32 bit.
akr
2016-02-24
1
-9
/
+19
*
* *.c (*_memsize): do not check ptr.
ko1
2015-12-09
1
-1
/
+1
*
random.c: fix filling size
nobu
2015-12-05
1
-1
/
+1
*
explicit_bzero.c: needs windows.h
nobu
2015-12-01
1
-0
/
+1
*
* random.c (InitVM_Random): move Random::DEFAULT initialization
kosaki
2015-11-30
1
-7
/
+12
*
* random.c (Init_RandomSeed): move all Random::DEFAULT
kosaki
2015-11-30
1
-29
/
+33
*
* random.c (init_hashseed, init_siphash): extract initialize
kosaki
2015-11-30
1
-9
/
+24
*
* random.c (init_randomseed): remove "initial" argument. It never
kosaki
2015-11-30
1
-3
/
+4
*
* random.c: random_raw_seed don't use GRND_NONBLOCK. GRND_NONBLOCK
kosaki
2015-11-30
1
-8
/
+11
*
* missing/explicit_bzero.c: new file. define explicit_bzero.
kosaki
2015-11-30
1
-1
/
+1
*
random.c: comment [ci skip]
nobu
2015-10-18
1
-3
/
+3
*
Revert r52180
kosaki
2015-10-18
1
-1
/
+5
*
* random.c (fill_random_bytes_urandom): add a comment why using
kosaki
2015-10-18
1
-0
/
+5
*
* random.c (fill_random_bytes_syscall): don't use GRND_NONBLOCK.
kosaki
2015-10-18
1
-5
/
+1
*
* random.c (fill_random_bytes_syscall): use ATOMIC_SET() for
kosaki
2015-10-18
1
-1
/
+1
*
random.c: get rid of blocking
nobu
2015-07-25
1
-1
/
+7
*
fix compile error with clang
kazu
2015-07-14
1
-1
/
+1
*
* random.c (fill_random_bytes_syscall): fix compile error.
kazu
2015-07-07
1
-5
/
+6
*
random.c: fix failures on old Linux
normal
2015-07-07
1
-2
/
+2
*
random.c: try getrandom
nobu
2015-07-07
1
-1
/
+23
*
random.c: separate fill_random_bytes
nobu
2015-07-07
1
-15
/
+32
*
random.c: refactor
nobu
2015-06-25
1
-7
/
+6
*
random.c: fix handle to release
nobu
2015-03-19
1
-2
/
+2
*
ruby.h: suppress false warnings
nobu
2015-03-16
1
-2
/
+0
*
ruby.h: suppress false warnings
nobu
2015-03-16
1
-0
/
+2
*
* random.c (random_raw_seed): Avoid calling fill_random_bytes()
odaira
2015-03-04
1
-0
/
+1
*
random.c: suppress a warning
nobu
2015-02-15
1
-1
/
+1
*
random.c: ArgumentError for invalid argument
nobu
2015-02-14
1
-4
/
+17
*
random.c: allow negative argument to random_number
nobu
2015-02-14
1
-8
/
+17
*
random.c: rand_random_number
nobu
2015-02-14
1
-50
/
+135
*
random.c: use PRIsVALUE
nobu
2015-02-14
1
-3
/
+1
*
random.c: Random.raw_seed
nobu
2015-02-14
1
-28
/
+78
*
use 0 for reserved
nobu
2014-12-01
1
-1
/
+1
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-1
/
+0
*
random.c: fix casts
nobu
2014-07-09
1
-4
/
+4
*
Init functions don't need ID caches
nobu
2014-07-03
1
-1
/
+8
*
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2014-02-15
1
-2
/
+2
*
* random.c (rand_init): Make it possible to specify arbitrary array
akr
2013-11-20
1
-6
/
+0
*
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-29
1
-0
/
+1
*
* random.c (make_seed_value): a local array declaration was accessed
mame
2013-10-02
1
-1
/
+1
*
* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().
ko1
2013-09-25
1
-1
/
+1
*
random.c: coerce before check negative
nobu
2013-08-13
1
-1
/
+1
*
* random.c (random_load): use RARRAY_RAWPTR() instead of
ko1
2013-08-07
1
-2
/
+2
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-1
/
+0
*
* random.c (rand_int): Use rb_big_uminus.
akr
2013-06-11
1
-2
/
+1
*
* internal.h (INTEGER_PACK_NEGATIVE): Defined.
akr
2013-06-11
1
-5
/
+5
*
* bignum.c (rb_integer_pack): Returns sign instead of words.
akr
2013-06-10
1
-4
/
+4
*
* bignum.c (rb_absint_numwords): Renamed from rb_absint_size_in_word.
akr
2013-06-09
1
-2
/
+2
*
* bignum.c (rb_integer_pack): numwords_allocated argument removed.
akr
2013-06-09
1
-4
/
+4
*
* random.c (limited_big_rand): declare rnd, lim and mask as uint32_t
charliesome
2013-06-08
1
-3
/
+4
[next]