# Create a random campaign, but the adversary is Pev | # Create a random campaign, but the adversary is Pev | ||||
self.create_campaign(n=6, makeChars=True) | self.create_campaign(n=6, makeChars=True) | ||||
self.params = Plot(probIndex=121) | self.params = Plot(probIndex=121) | ||||
return | |||||
numPwd = [] | numPwd = [] | ||||
for c in densePwd: | for c in densePwd: | ||||
numPwd.append(Campaign.ALPHABET.index(c)) | numPwd.append(Campaign.ALPHABET.index(c)) |