Home
last modified time | relevance | path

Searched refs:rand_range32 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/random/
H A Drandom.c91 static inline uint32_t rand_range32(const php_random_algo *algo, php_random_status *status, uint32_… in rand_range32() function
320 return (zend_long) (rand_range32(algo, status, umax) + min); in php_random_range()

Completed in 10 milliseconds