Home
last modified time | relevance | path

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

/PHP-8.2/ext/random/
H A Dphp_random.h198 # 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 Drandom.c626 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, bool should_throw) function

Completed in 7 milliseconds