Home
last modified time | relevance | path

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

/php-src/ext/random/
H A Drandom.c448 PHPAPI uint32_t php_mt_rand(void) function
531 RETURN_LONG(php_mt_rand() >> 1);
569 RETURN_LONG(php_mt_rand() >> 1);
H A Dphp_random.h60 PHPAPI uint32_t php_mt_rand(void);

Completed in 15 milliseconds