Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Drand_basic.phpt7 echo "\nrand() tests with default min and max value (i.e 0 thru ", $default_max, ")\n";
23 echo "\nrand() tests with defined min and max value\n";
/PHP-7.4/ext/session/
H A Dsession.c366 int nrand; in php_session_gc() local
375 nrand = (zend_long) ((float) PS(gc_divisor) * php_combined_lcg()); in php_session_gc()
376 if (PS(gc_probability) > 0 && nrand < PS(gc_probability)) { in php_session_gc()

Completed in 19 milliseconds