/** * Returns the upper bound on random numbers this RNG can generate. * * @return int */ public function getMaxRandomNumber() { return $this->realRandom->getMaxRandomNumber(); }