/** * Sets the seed for the level * * @param int $seed */ public function setSeed($seed) { $this->provider->setSeed($seed); }