def __init__(self, length=cfg.GENOTYPE_LENGTH, bits=None): self.bits = utils.random_bits(length) if bits is None else bits