static L selectRandomUpTo(L list, int n) { ret selectRandom(list, min(n, l(list))); }