index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
random.c
Age
Commit message (
Expand
)
Author
2024-11-30
Remove a useless condition expression
Yusuke Endoh
2024-11-29
Avoid illegal pointer
Yusuke Endoh
2024-06-07
Do not try random devices immediately twice
Nobuyoshi Nakada
2024-06-07
win32: Allocate the wrapper for crypt provider handle first
Nobuyoshi Nakada
2024-03-06
Refactor VM root modules
Jean Boussier
2024-01-13
Use STATIC_ASSERT
Nobuyoshi Nakada
2023-12-07
Free everything at shutdown
Adam Hess
2022-12-11
[DOC] Improve Random::Formatter docs
zverok
2022-11-10
[Bug #19100] Add `init_int32` function to `rb_random_interface_t`
Nobuyoshi Nakada
2022-11-10
Add version to the interface of Random extensions
Nobuyoshi Nakada
2022-10-17
Respect `USE_COMMON_RANDOM` macro by a command line option [ci skip]
Nobuyoshi Nakada
2022-10-17
Fix debug messages [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-01-13
[DOC] Mark up the code for Kernel#rand as the same as Random#rand
Nobuyoshi Nakada
2022-01-01
Remove deprecated Random::DEFAULT [Feature #17351]
Nobuyoshi Nakada
2021-12-20
[DOC] Add documentation for Random.rand and Random.seed
Chris AtLee
2021-12-16
[DOC] random number by range
Nobuyoshi Nakada
2021-12-13
[DOC] Add call sequences of Random using a range
Nobuyoshi Nakada
2021-12-13
[DOC] Improve Random::Formatter description and example
Nobuyoshi Nakada
2021-12-10
Fix stack buffer overflow
Nobuyoshi Nakada
2021-11-06
Check the reading size range
Nobuyoshi Nakada
2021-10-27
random.c: simplify Random object deallocation
Kazuki Yamaguchi
2021-10-02
[Win32] Prefer Cryptography Next Generation API
Nobuyoshi Nakada
2021-09-24
HCRYPTPROV is not a HANDLE
Nobuyoshi Nakada
2021-09-12
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-08-27
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-24
netbsd coroutine uses assembly instead and little build fix.
David Carlier
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
[next]