示例#1
0
 def __init__(self, length=cfg.GENOTYPE_LENGTH, bits=None):
     self.bits = utils.random_bits(length) if bits is None else bits