예제 #1
0
파일: MockRandom.php 프로젝트: plista/core
 /**
  * Sets the seed for this RNG. Usually not needed.
  *
  * @param int $seed will be set to a random value if not given
  */
 public function setSeed($seed = -1)
 {
     $this->realRandom->setSeed($seed);
 }