Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_rand.h59 PHPAPI php_uint32 php_mt_rand(TSRMLS_D);
H A Drand.c208 PHPAPI php_uint32 php_mt_rand(TSRMLS_D) in php_mt_rand() function
338 number = (long) (php_mt_rand(TSRMLS_C) >> 1); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dphp_spl.c795 SPL_G(hash_mask_handle) = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1); in php_spl_object_hash()
796 SPL_G(hash_mask_handlers) = (intptr_t)(php_mt_rand(TSRMLS_C) >> 1); in php_spl_object_hash()

Completed in 13 milliseconds