Searched refs:php_random_int (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/random/ |
H A D | php_random.h | 198 # define php_random_int_throw(min, max, result) php_random_int((min), (max), (result), 1) 199 # define php_random_int_silent(min, max, result) php_random_int((min), (max), (result), 0) 202 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw);
|
H A D | random.c | 626 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) function
|
Completed in 13 milliseconds