static <A> L<A> selectRandom(int n, L<A> list) { ret selectRandom(list, n); } static <A> L<A> selectRandom(L<A> list, int n) { ret selectRandom_fast(list, n); }
returns less than n elements if list too small
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment