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
2021-06-24
rand_bytes: prefer rng->get_bytes
卜部昌平
2021-05-04
Fix compilation errors in FreeBSD
Peter Zhu
2021-05-04
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-03-19
Include CommonCrypto/CommonCryptoError.h for old Xcode
Nobuyoshi Nakada
2021-03-19
Use CommonRandom if available
Nobuyoshi Nakada
2021-03-04
Fixed syntax error with gcc on macOS
Nobuyoshi Nakada
2021-02-09
Do not allocate ractor-local storage in dfree function during GC
Nobuyoshi Nakada
2021-01-18
OpenBSD has getentropy, but no sys/random.h
Kazuhiro NISHIYAMA
2021-01-17
random generator update for Mac proposal
David CARLIER
2021-01-17
Include missing AvailabilityMacros.h
Nobuyoshi Nakada
2021-01-10
Remove possibility of using same seeds
Nobuyoshi Nakada
2020-12-21
Random instance methods
zverok
2020-12-14
Deprecate Random::DEFAULT
Benoit Daloze
2020-12-14
Remove references to Random::DEFAULT in the documentation
Benoit Daloze
2020-12-01
ractor local storage C-API
Koichi Sasada
2020-11-27
Use opaque struct pointer than void
Nobuyoshi Nakada
2020-11-27
mark default_rand
Koichi Sasada
2020-11-27
per-ractor Random::DEFAULT
Koichi Sasada
2020-11-27
[DOC] Mersenne Twister isn't cryptographically secure [ci skip]
Nobuyoshi Nakada
2020-10-09
rb_const_set sets the class path now
Nobuyoshi Nakada
2020-09-07
Added `rb_random_base_init`
Nobuyoshi Nakada
2020-09-07
Added WITH_REAL macros
Nobuyoshi Nakada
2020-09-07
Added `get_real` interface
Nobuyoshi Nakada
2020-09-07
Added rb_int_pair_to_real
Nobuyoshi Nakada
2020-09-07
separate rb_random_t
Nobuyoshi Nakada
2020-09-07
Random::Base
Nobuyoshi Nakada
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-06-29
rand_range: do not goto into a branch
卜部昌平
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
[next]