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