for (i = 0; i < arr.length; i++) {
            expect(rand(100)).to.equal(arr[i]);
        }