static A popRandomElement(L l) { int i = random(l(l)); A a = get(l, i); if (a != null) l.remove(i); ret a; }