Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_random.h32 #define php_random_int_throw(min, max, result) \ macro
H A Drandom.c302 if (php_random_int_throw(min, max, &result) == FAILURE) { in PHP_FUNCTION()

Completed in 7 milliseconds