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
*
* expand tabs.
git
2019-06-04
1
-1
/
+1
*
random_mt_type
Nobuyoshi Nakada
2019-06-04
1
-8
/
+8
*
random.c: unify syscall with getrandom
nobu
2019-02-10
1
-34
/
+14
*
* expand tabs.
svn
2019-02-10
1
-15
/
+15
*
random.c: use getrandom() if available.
glass
2019-02-10
1
-0
/
+26
*
Split mt19937.c
nobu
2019-02-07
1
-158
/
+1
*
Fix Random.urandom in a chroot on OpenBSD
nobu
2019-01-03
1
-0
/
+5
*
suppress integer overflow warnings
shyouhei
2018-11-13
1
-0
/
+1
*
blacklist UBSAN's unsigned integer overflow
shyouhei
2018-11-07
1
-0
/
+3
*
* expand tabs.
svn
2018-10-30
1
-3
/
+3
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-30
1
-5
/
+3
*
random.c: prefixed fill_random_bytes
nobu
2018-09-11
1
-1
/
+3
*
add new instruction attribute called leaf
shyouhei
2018-09-11
1
-1
/
+1
*
random.c: fix up r64596
nobu
2018-09-04
1
-1
/
+1
*
avoid fork-unsafe arc4random implementations
shyouhei
2018-09-04
1
-0
/
+6
*
random.c: SecRandomCopyBytes
nobu
2018-08-31
1
-0
/
+20
*
random.c: fix fallback value
nobu
2018-08-03
1
-4
/
+2
*
random.c: use rb_check_funcall
nobu
2018-08-03
1
-2
/
+1
*
random.c: moved domain error
nobu
2018-08-03
1
-1
/
+2
*
random.c: endless range random
nobu
2018-08-03
1
-1
/
+2
*
prefer clock_gettime
nobu
2018-06-14
1
-0
/
+9
*
random.c: fix need_secure flags
nobu
2018-06-10
1
-2
/
+2
*
random.c: improve docs for Random.bytes
stomar
2018-04-14
1
-4
/
+4
*
random.c: Random.extend Formatter
nobu
2018-02-27
1
-0
/
+1
*
[DOC] missing docs at toplevel
nobu
2018-02-23
1
-0
/
+13
*
random.c: Random.bytes
nobu
2018-02-20
1
-0
/
+14
*
Fix typos.
hsbt
2018-01-17
1
-2
/
+2
*
random.c: make sure that Random.urandom returns required-length buffer
mame
2017-12-16
1
-9
/
+20
*
Random.urandom raises RuntimeError instead of returning nil
kazu
2017-09-13
1
-1
/
+1
*
Random.urandom raises an exception instead of returning nil when failed
mame
2017-09-12
1
-1
/
+2
*
Add a note to Random.urandom
mame
2017-09-09
1
-1
/
+3
*
random.c: ensure initialized
nobu
2017-07-19
1
-2
/
+2
*
SecureRandom should try /dev/urandom first [Bug #9569]
shyouhei
2017-01-20
1
-4
/
+11
*
switch SipHash from SipHash24 to SipHash13 variant
shyouhei
2017-01-20
1
-2
/
+2
*
random.c (fill_random_bytes_syscall): use "__NR_" prefix on Linux
normal
2017-01-11
1
-2
/
+2
*
random.c: pack hash seeds
nobu
2016-12-06
1
-30
/
+14
*
random.c: private rand
nobu
2016-12-05
1
-1
/
+1
*
rb_funcallv
nobu
2016-07-29
1
-4
/
+4
*
* random.c (random_ulong_limited): avoid left shift count >= width of
naruse
2016-07-04
1
-2
/
+0
*
VC6 error
nobu
2016-06-29
1
-1
/
+1
*
random.c: suppress a warning
nobu
2016-05-15
1
-1
/
+5
*
random.c: clear seed
nobu
2016-05-14
1
-0
/
+1
*
random.c: no local copy of the seed
nobu
2016-05-13
1
-15
/
+7
*
random.c: fill_random_seed size
nobu
2016-05-13
1
-6
/
+7
*
random.c: clear buf
nobu
2016-05-13
1
-1
/
+4
*
random.c: reuse bits
nobu
2016-05-10
1
-2
/
+14
*
random.c: use bytes
nobu
2016-05-10
1
-29
/
+58
*
random.c: compare by rb_equal
nobu
2016-05-09
1
-2
/
+1
*
random.c: consitify
nobu
2016-05-09
1
-1
/
+1
*
random.c: seed conversion
nobu
2016-05-09
1
-3
/
+2
[next]