Home
last modified time | relevance | path

Searched refs:random_int (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Factories/
H A DCacheFactory.php28 use function random_int; alias
78 if (random_int(1, self::GC_PROBABILITY) === 1) {
/webtrees/app/Http/RequestHandlers/
H A DPasswordRequestAction.php39 use function random_int; alias
115 usleep(random_int(500000, 2000000));
/webtrees/app/Http/Middleware/
H A DBadBotBlocker.php45 use function random_int; alias
H A DDoHousekeeping.php74 …if ($request->getMethod() === RequestMethodInterface::METHOD_GET && random_int(1, self::PROBABILIT…