static A randomOne(L l) { if (empty(l)) ret null; ret l.get(random(l(l))); }