generator = Factory::create(); $this->getGenerator()->seed($this->seed); } protected function getGenerator(): Generator { return $this->generator; } protected function getSeed(): string { return $this->seed; } }