in app/Http/Middleware/DTInterceptor.php [111:114]
private function randomDecideIfToForward(): bool { return (mt_rand() / mt_getrandmax()) <= $this->probability; }