Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Drandom.c147 static inline uint64_t rand_range64(const php_random_algo *algo, php_random_status *status, uint64_… in rand_range64() function
317 return (zend_long) (rand_range64(algo, status, umax) + min); in php_random_range()

Completed in 6 milliseconds