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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
securerandom.rb
Age
Commit message (
Expand
)
Author
2023-04-14
[ruby/securerandom] Expose SecureRandom::VERSION
Hiroshi SHIBATA
2023-04-13
avoid seeding
卜部昌平
2022-02-16
lib/securerandom.rb: Fix the check of availability of Random.urandom
Yusuke Endoh
2021-12-09
[ruby/securerandom] Split Random::Formatter from SecureRandom [Feature #18190]
Nobuyoshi Nakada
2021-08-24
[ruby/securerandom] [DOC] fix a code mark up [ci skip]
Nobuyoshi Nakada
2020-09-09
Make SecureRandom support Ractor
Aaron Patterson
2019-05-14
fix visibility of SecureRandom.gen_random
Urabe, Shyouhei
2019-01-20
lib/securerandom.rb: [DOC] small grammar fixes
stomar
2018-12-27
[DOC] SecureRandom is extended by Random::Formatter.
akr
2018-06-12
lib/securerandom.rb: improve docs
stomar
2018-05-11
lib/securerandom.rb: improve docs
stomar
2018-05-05
securerandom.rb: [DOC] require in examples
nobu
2017-10-25
securerandom.rb: fix an example of choose [ci skip]
nobu
2017-10-21
less random generations in Random::Formatter#choose.
akr
2017-10-21
SecureRandom.alphanumeric implemented.
akr
2017-09-11
lib/securerandom.rb: test one byte to determine urandom or openssl
mame
2017-09-11
Remove commented out code of SecureRandom.random_number.
hsbt
2017-02-24
securerandom: fix up r57384
rhe
2017-01-20
SecureRandom should try /dev/urandom first [Bug #9569]
shyouhei
2016-05-10
random.c: use bytes
nobu
2016-03-17
* lib/securerandom.rb (gen_random): to avoid blocking on Windows.
naruse
2016-03-04
securerandom.rb: remove to_s call
nobu
2016-01-10
stdlib: avoid extra calls to eliminate "\n" from Base64
normal
2015-11-30
* lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandom
kosaki
2015-11-16
[DOC]
akr
2015-11-10
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
akr
2015-10-18
* lib/securerandom.rb: Specify frozen_string_literal: true.
akr
2015-02-14
random.c: rand_random_number
nobu
2015-02-14
securerandom.rb: Random::Formatter
nobu
2015-02-14
random.c: Random.raw_seed
nobu
2015-01-02
* lib/securerandom.rb: improve syntax and grammar of documentation.
hsbt
2014-11-09
securerandom.rb: separate implementations
nobu
2014-11-09
securerandom.rb: fix substring of FormatMessage result
nobu
2014-11-08
* lib/securerandom.rb (initialize): call the special method for Win32
usa
2014-11-08
* lib/securerandom.rb: more refactoring.
usa
2014-11-08
* lib/securerandom.rb (SecureRandom::AdvApi32): split from `initialize`.
usa
2014-11-04
* lib/securerandom.rb (SecureRandom.random_bytes): use fiddle directly
usa
2014-10-31
* ext/dl/*: remove DL as it is replaced by Fiddle.
tenderlove
2014-08-08
* lib/securerandom.rb: use OpenSSL::BN for performance improvement.
glass
2014-01-31
* lib/securerandom.rb: [DOC] Add note on require for examples
zzak
2013-11-07
commit miss from r43573
zzak
2013-09-20
* lib/securerandom.rb: [DOC] SecureRandom.hex length argument
zzak
2013-08-31
* lib/securerandom.rb (random_bytes): Use Process.clock_gettime.
akr
2013-07-11
* lib/securerandom.rb: Refactor conditions by Rafal Chmiel
zzak
2013-05-20
* lib/securerandom.rb: Update position of overview for RDoc
zzak
2013-04-02
* lib/securerandom.rb (SecureRandom.random_bytes): Use
akr
2013-04-02
* lib/securerandom.rb: Don't use Array#to_s.
akr
2012-09-13
lib/securerandom.rb: fix errors on Windows
shirosaki
2012-05-07
refine an error message.
akr
2012-05-07
* lib/securerandom.rb (random_bytes): call to_int method for the
akr
[next]