Home
last modified time | relevance | path

Searched refs:php_random_status_alloc (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/random/
H A Drandom.c245 PHPAPI php_random_status *php_random_status_alloc(const php_random_algo *algo, const bool persisten… in php_random_status_alloc() function
279 engine->status = php_random_status_alloc(engine->algo, false); in php_random_engine_common_init()
827 random_globals->combined_lcg = php_random_status_alloc(&php_random_algo_combinedlcg, true);
830 random_globals->mt19937 = php_random_status_alloc(&php_random_algo_mt19937, true);
H A Drandomizer.c39 randomizer->status = php_random_status_alloc(&php_random_algo_user, false); in randomizer_common_init()
H A Dphp_random.h287 PHPAPI php_random_status *php_random_status_alloc(const php_random_algo *algo, const bool persisten…

Completed in 11 milliseconds