static L shuffled(L l) { l = cloneList(l); Collections.shuffle(l); ret l; }