static A oneOf(L l) { return l.isEmpty() ? null : l.get(new Random().nextInt(l.size())); }