Searched refs:rand_range64 (Results 1 – 1 of 1) sorted by relevance
245 static uint64_t rand_range64(uint64_t umax) { in rand_range64() function285 return (zend_long) (rand_range64(umax) + min); in php_mt_rand_range()
Completed in 4 milliseconds