setSeed() public method

public setSeed ( integer $value )
$value integer
Example #1
0
 /**
  * Sets the seed for the level
  *
  * @param int $seed
  */
 public function setSeed($seed)
 {
     $this->provider->setSeed($seed);
 }