php-src/ext/random
Tim Düsterhus d5cc7e9109
random: Add PHPAPI to all php_random_algo definitions (#14088)
The php_random.h header already defines them as `PHPAPI` and they actually are
part of the public API.

Co-authored-by: Arnaud Le Blanc <arnaud.lb@gmail.com>
2024-04-30 21:01:13 +02: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 rudimentary midipix port (#13896) 2024-04-18 08:19:44 +02:00
engine_combinedlcg.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_mt19937.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_pcgoneseq128xslrr64.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_secure.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_user.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02:00
engine_xoshiro256starstar.c random: Add PHPAPI to all php_random_algo definitions (#14088) 2024-04-30 21:01:13 +02: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: Improve the output quality of RANDOM_SEED() (#13730) 2024-03-18 16:08:23 +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: Simplify implementation of php_random_generate_fallback_seed() (#13761) 2024-03-20 09:41:01 +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