Home
last modified time | relevance | path

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

/php-src/ext/random/
H A Drandom.c415 PHPAPI uint32_t php_mt_rand(void) function
459 return php_mt_rand();
512 RETURN_LONG(php_mt_rand() >> 1);
550 RETURN_LONG(php_mt_rand() >> 1);
H A Dphp_random.h57 PHPAPI uint32_t php_mt_rand(void);
/php-src/
H A DUPGRADING.INTERNALS33 * The backwards compatibility headers ext/standard/{php_lcg.h,php_mt_rand.h,

Completed in 10 milliseconds