Searched refs:rand_range64 (Results 1 – 1 of 1) sorted by relevance
147 static inline uint64_t rand_range64(const php_random_algo *algo, php_random_status *status, uint64_… in rand_range64() function317 return (zend_long) (rand_range64(algo, status, umax) + min); in php_random_range()
Completed in 7 milliseconds