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