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
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-04
Fixed constant initializer
Nobuyoshi Nakada
2020-05-04
Make int-pair-to-real conversion more portable
Nobuyoshi Nakada
2020-04-08
Disable deprecation error on mingw
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-01-10
Ensure seed data to be cleared
Nobuyoshi Nakada
2020-01-10
Fill siphash salt directly with random data
Nobuyoshi Nakada
2020-01-09
Renamed `init_seed` as `init_hash_salt` too
Nobuyoshi Nakada
2020-01-09
Renamed `seed` as `hash_salt`
Nobuyoshi Nakada
2020-01-09
Also clear MT to initialize the siphash seed
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
add several __has_something macro
卜部昌平
2019-12-15
rand(beginless_range) raise Errno::EDOM instead of TypeError
Kazuhiro NISHIYAMA
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-06-04
* expand tabs.
git
2019-06-04
random_mt_type
Nobuyoshi Nakada
2019-02-10
random.c: unify syscall with getrandom
nobu
2019-02-10
* expand tabs.
svn
2019-02-10
random.c: use getrandom() if available.
glass
2019-02-07
Split mt19937.c
nobu
2019-01-03
Fix Random.urandom in a chroot on OpenBSD
nobu
2018-11-13
suppress integer overflow warnings
shyouhei
2018-11-07
blacklist UBSAN's unsigned integer overflow
shyouhei
2018-10-30
* expand tabs.
svn
2018-10-30
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-09-11
random.c: prefixed fill_random_bytes
nobu
2018-09-11
add new instruction attribute called leaf
shyouhei
2018-09-04
random.c: fix up r64596
nobu
2018-09-04
avoid fork-unsafe arc4random implementations
shyouhei
2018-08-31
random.c: SecRandomCopyBytes
nobu
2018-08-03
random.c: fix fallback value
nobu
2018-08-03
random.c: use rb_check_funcall
nobu
2018-08-03
random.c: moved domain error
nobu
2018-08-03
random.c: endless range random
nobu
2018-06-14
prefer clock_gettime
nobu
2018-06-10
random.c: fix need_secure flags
nobu
2018-04-14
random.c: improve docs for Random.bytes
stomar
2018-02-27
random.c: Random.extend Formatter
nobu
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-20
random.c: Random.bytes
nobu
2018-01-17
Fix typos.
hsbt
2017-12-16
random.c: make sure that Random.urandom returns required-length buffer
mame
2017-09-13
Random.urandom raises RuntimeError instead of returning nil
kazu
2017-09-12
Random.urandom raises an exception instead of returning nil when failed
mame
2017-09-09
Add a note to Random.urandom
mame
2017-07-19
random.c: ensure initialized
nobu
2017-01-20
SecureRandom should try /dev/urandom first [Bug #9569]
shyouhei
2017-01-20
switch SipHash from SipHash24 to SipHash13 variant
shyouhei
[next]