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.c417 PHPAPI uint32_t php_mt_rand(void) function
500 RETURN_LONG(php_mt_rand() >> 1);
538 RETURN_LONG(php_mt_rand() >> 1);
H A Dphp_random.h60 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,
210 slim wrappers around the corresponding php_mt_srand() and php_mt_rand()
216 php_mt_srand() and php_mt_rand() functions should be called directly and

Completed in 10 milliseconds