in de/synthetic.py [0:0]
def __init__(self, schema, seed=42): super().__init__(schema, seed) self.fake = Faker() self.fake.random.seed(seed)