Searched refs:php_random_status_alloc (Results 1 – 3 of 3) sorted by relevance
245 PHPAPI php_random_status *php_random_status_alloc(const php_random_algo *algo, const bool persisten… in php_random_status_alloc() function279 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);
39 randomizer->status = php_random_status_alloc(&php_random_algo_user, false); in randomizer_common_init()
287 PHPAPI php_random_status *php_random_status_alloc(const php_random_algo *algo, const bool persisten…
Completed in 17 milliseconds