def randval(self): return RandChoice(*map(lambda x: fuzz(x()), self.choice.values()))
def randval(self): return fuzz(self.asn1pkt())