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
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
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
2017-01-11
random.c (fill_random_bytes_syscall): use "__NR_" prefix on Linux
normal
2016-12-06
random.c: pack hash seeds
nobu
2016-12-05
random.c: private rand
nobu
2016-07-29
rb_funcallv
nobu
2016-07-04
* random.c (random_ulong_limited): avoid left shift count >= width of
naruse
2016-06-29
VC6 error
nobu
2016-05-15
random.c: suppress a warning
nobu
2016-05-14
random.c: clear seed
nobu
2016-05-13
random.c: no local copy of the seed
nobu
2016-05-13
random.c: fill_random_seed size
nobu
2016-05-13
random.c: clear buf
nobu
2016-05-10
random.c: reuse bits
nobu
2016-05-10
random.c: use bytes
nobu
2016-05-09
random.c: compare by rb_equal
nobu
2016-05-09
random.c: consitify
nobu
2016-05-09
random.c: seed conversion
nobu
2016-05-07
random.c: optimize int_pair_to_real_inclusive
nobu
2016-05-07
random.c: split random_int32
nobu
2016-05-07
random.c: unnecessary declarations
nobu
2016-05-06
random.c: fill_random_bytes_syscall function
nobu
2016-05-06
random.c: refactor
nobu
2016-05-06
random.c: use rb_check_to_int
nobu
2016-05-06
random.c: prefer rb_check_arity
nobu
2016-05-06
random.c: sipseed_keys_t
nobu
2016-05-06
random.c: default seed mark
nobu
2016-05-06
random.c: return value is not GCed
nobu
2016-05-05
random.c: use uint32_t
nobu
[next]