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