Searched refs:rand_range32 (Results 1 – 1 of 1) sorted by relevance
91 static inline uint32_t rand_range32(const php_random_algo *algo, php_random_status *status, uint32_… in rand_range32() function320 return (zend_long) (rand_range32(algo, status, umax) + min); in php_random_range()
Completed in 10 milliseconds