for (i = 0; i < iterations; i++) {
            expect(['male', 'female'].indexOf(picker.pick())).to.be.within(0, 1);
        }