Searched refs:random_int (Results 1 – 4 of 4) sorted by relevance
28 use function random_int; alias78 if (random_int(1, self::GC_PROBABILITY) === 1) {
39 use function random_int; alias115 usleep(random_int(500000, 2000000));
45 use function random_int; alias
74 …if ($request->getMethod() === RequestMethodInterface::METHOD_GET && random_int(1, self::PROBABILIT…