Home
last modified time | relevance | path

Searched refs:php_random_generate_fallback_seed (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/standard/
H A Duniqid.c78 bytes = php_random_generate_fallback_seed(); in PHP_FUNCTION()
/php-src/ext/random/
H A Dphp_random.h42 PHPAPI uint64_t php_random_generate_fallback_seed(void);
47 return (zend_long)php_random_generate_fallback_seed(); in GENERATE_SEED()
H A Drandom.c405 seed = php_random_generate_fallback_seed();
716 PHPAPI uint64_t php_random_generate_fallback_seed(void) function
H A Dengine_mt19937.c245 seed = (uint32_t)php_random_generate_fallback_seed(); in php_random_mt19937_seed_default()
/php-src/main/
H A Dphp_open_temporary_file.c142 random = php_random_generate_fallback_seed(); in php_do_open_temporary_file()
/php-src/ext/session/
H A Dsession.c2969 php_random_generate_fallback_seed(), in PHP_GINIT_FUNCTION()
2970 php_random_generate_fallback_seed() in PHP_GINIT_FUNCTION()
/php-src/ext/gmp/
H A Dgmp.c1748 seed = (unsigned long int)php_random_generate_fallback_seed(); in gmp_init_random()

Completed in 28 milliseconds