static L getRandomPercent(L l, double percent) { ret selectRandomUpTo(l, iround(percent/100*l(l))); }