static L selectRandom(int n, L list) { ret selectRandom(list, n); } static L selectRandom(L list, int n) { ret selectRandom_fast(list, n); }