php-src/ext/random
Niels Dossche d8a17ca7c2
Fix test failures in engine_unsafe_empty_string.phpt (#18727)
`/./` matches all characters but newlines, so if `random_bytes`
generates a string with newlines in it, the resulting string is not
empty. Fix this by adding the `s` modifier.
2025-06-01 15:45:36 +02:00
..
tests Fix test failures in engine_unsafe_empty_string.phpt (#18727) 2025-06-01 15:45:36 +02:00
config.m4 Checks getrandom availability on solaris. 2024-08-13 20:54:12 +01:00
config.w32
CREDITS
csprng.c Checks getrandom availability on solaris. 2024-08-13 20:54:12 +01:00
engine_combinedlcg.c
engine_mt19937.c Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
engine_pcgoneseq128xslrr64.c
engine_secure.c
engine_user.c Fix reference type confusion and leak in user random engine 2025-05-31 15:36:33 +02:00
engine_xoshiro256starstar.c
gammasection.c random: Fix γ-section implementation for Randomizer::getFloat() (#12402) 2023-10-13 17:55:14 +02:00
php_random.h Remove includes 2023-04-04 22:48:26 +03:00
random.c Merge branch 'PHP-8.2' into PHP-8.3 2024-03-13 20:14:42 +01:00
random.stub.php Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
random_arginfo.h Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
randomizer.c