while (i--) {
            const x = Math.random();
            q1.push(x);
            a.push(x);
            if (length) t.deepEqual(q1.length, a.length);