Searched refs:rand_range32 (Results 1 – 1 of 1) sorted by relevance
215 static uint32_t rand_range32(uint32_t umax) { in rand_range32() function289 return (zend_long) (rand_range32(umax) + min); in php_mt_rand_range()
Completed in 5 milliseconds