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
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Fixed constant initializer
Nobuyoshi Nakada
2020-05-04
1
-1
/
+1
*
Make int-pair-to-real conversion more portable
Nobuyoshi Nakada
2020-05-04
1
-5
/
+16
*
Disable deprecation error on mingw
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-2
/
+1
*
Ensure seed data to be cleared
Nobuyoshi Nakada
2020-01-10
1
-23
/
+14
*
Fill siphash salt directly with random data
Nobuyoshi Nakada
2020-01-10
1
-0
/
+6
*
Renamed `init_seed` as `init_hash_salt` too
Nobuyoshi Nakada
2020-01-09
1
-2
/
+2
*
Renamed `seed` as `hash_salt`
Nobuyoshi Nakada
2020-01-09
1
-8
/
+8
*
Also clear MT to initialize the siphash seed
Nobuyoshi Nakada
2020-01-09
1
-0
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-18
/
+32
*
add several __has_something macro
卜部昌平
2019-12-26
1
-1
/
+1
*
rand(beginless_range) raise Errno::EDOM instead of TypeError
Kazuhiro NISHIYAMA
2019-12-15
1
-2
/
+4
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-2
/
+2
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-5
/
+5
*
* 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
[next]