Simplify a bit some code in corpus.py
211159f
- Replace a[rand(len(a))] with random.choice(a) - Remove a now useless method