php-src/ext/random
Máté Kocsis 10957e498c
Do not generate frameless info items when func info generation is disabled
While here, I fixed newlines around arginfo and function entry generation. Previously, newlines were repeated.
2024-02-18 11:39:00 +01:00
..
tests Merge branch 'PHP-8.3' 2024-01-14 13:07:18 +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: Optimize data flow for the generate function of native engines (#13043) 2024-01-09 19:04:29 +01:00
engine_mt19937.c random: Do not hardcode the target type when invoking the CSPRNG (#13308) 2024-02-02 20:10:19 +01:00
engine_pcgoneseq128xslrr64.c random: Reuse the seed128/seed256 helpers when seeding using the CSPRNG (#13311) 2024-02-05 17:00:33 +01:00
engine_secure.c random: Do not hardcode the target type when invoking the CSPRNG (#13308) 2024-02-02 20:10:19 +01:00
engine_user.c random: Optimize data flow for the generate function of native engines (#13043) 2024-01-09 19:04:29 +01:00
engine_xoshiro256starstar.c random: Reuse the seed128/seed256 helpers when seeding using the CSPRNG (#13311) 2024-02-05 17:00:33 +01:00
gammasection.c random: Fix γ-section implementation for Randomizer::getFloat() (#12402) 2023-10-13 17:55:14 +02:00
php_random.h random: Move CSPRNG API into php_random_csprng.h (#13290) 2024-02-01 19:09:35 +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: Move CSPRNG API into php_random_csprng.h (#13290) 2024-02-01 19:09:35 +01:00
random.stub.php Deprecate MT_RAND_PHP (#11560) 2023-07-07 12:16:48 +02:00
random_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
randomizer.c random: Optimize data flow for the generate function of native engines (#13043) 2024-01-09 19:04:29 +01:00