php-src/ext/random
Tim Düsterhus bf0abd1629
random: Initialize the mode field when seeding in php_random_default_status() (#13608)
This is a follow-up fix for GH-13579. The issue was detected in the nightly
MSAN build.
2024-03-06 18:57:17 +01:00
..
tests Merge branch 'PHP-8.3' 2024-02-29 18:15:09 +01:00
config.m4 random: Move CSPRNG API into php_random_csprng.h (#13290) 2024-02-01 19:09:35 +01:00
config.w32 random: Move CSPRNG API into php_random_csprng.h (#13290) 2024-02-01 19:09:35 +01:00
CREDITS
csprng.c random: Move CSPRNG API into php_random_csprng.h (#13290) 2024-02-01 19:09:35 +01:00
engine_combinedlcg.c random: Clean up seeding API (#13540) 2024-02-29 08:03:35 +01:00
engine_mt19937.c random: Clean Up the Mt19937 state struct (#13577) 2024-03-04 19:51:01 +01:00
engine_pcgoneseq128xslrr64.c random: Clean up seeding API (#13540) 2024-02-29 08:03:35 +01:00
engine_secure.c random: Clean up seeding API (#13540) 2024-02-29 08:03:35 +01:00
engine_user.c random: Clean up seeding API (#13540) 2024-02-29 08:03:35 +01:00
engine_xoshiro256starstar.c random: Clean up seeding API (#13540) 2024-02-29 08:03:35 +01:00
gammasection.c random: Pass algorithm and state together as php_random_algo_with_state (#13350) 2024-02-25 20:48:58 +01:00
php_random.h random: Convert RANDOM_SEED() from a macro to a function (#13575) 2024-03-04 19:51:17 +01:00
php_random_csprng.h random: Move CSPRNG API into php_random_csprng.h (#13290) 2024-02-01 19:09:35 +01:00
php_random_uint128.h random: Split the uint128 implementation into its own header (#13132) 2024-01-17 16:07:45 +01:00
random.c random: Initialize the mode field when seeding in php_random_default_status() (#13608) 2024-03-06 18:57:17 +01:00
random.stub.php Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
random_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
randomizer.c random: Adjust status to state (#13521) 2024-02-26 20:38:45 +01:00