Example #1
0
 def randval(self):
     return RandChoice(*map(lambda x: fuzz(x()), self.choice.values()))
Example #2
0
 def randval(self):
     return RandChoice(*map(lambda x: fuzz(x()), self.choice.values()))
Example #3
0
 def randval(self):
     return fuzz(self.asn1pkt())
Example #4
0
 def randval(self):
     return fuzz(self.asn1pkt())