Home
last modified time | relevance | path

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

/PHP-8.3/ext/random/
H A Dengine_secure.c40 php_random_int_throw(min, max, &result); in range()
H A Dphp_random.h211 static inline zend_result php_random_int_throw(zend_long min, zend_long max, zend_long *result) in php_random_int_throw() function
H A Drandom.c613 if (php_random_int_throw(min, max, &result) == FAILURE) {

Completed in 10 milliseconds