static L takeRandom(int n, L l) { ret takeFirst(n, shuffledIterator(l)); }