See More

chance = $chance; } public function random() : bool { return $this->chance->roll(); } }