Searched refs:php_random_int_throw (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ | ||
H A D | php_random.h | 37 #define php_random_int_throw(min, max, result) \ macro |
H A D | random.c | 275 if (php_random_int_throw(min, max, &result) == FAILURE) { in PHP_FUNCTION() |
Completed in 5 milliseconds