コード例 #1
0
ファイル: MockRandom.php プロジェクト: plista/core
 /**
  * Returns the upper bound on random numbers this RNG can generate.
  *
  * @return int
  */
 public function getMaxRandomNumber()
 {
     return $this->realRandom->getMaxRandomNumber();
 }