Searched refs:mt19937 (Results 1 – 2 of 2) sorted by relevance
315 php_random_status *status = RANDOM_G(mt19937); in php_random_default_status()481 php_random_status *status = RANDOM_G(mt19937);629 random_globals->mt19937 = php_random_status_alloc(&php_random_algo_mt19937, true);645 php_random_status_free(random_globals->mt19937, true);646 random_globals->mt19937 = NULL;
346 php_random_status *mt19937; variable
Completed in 11 milliseconds