sS nSamples(long n) { ret n2(n, "sample"); } sS nSamples(Collection l) { ret nSamples(l(l)); } sS nSamples(short[] l) { ret nSamples(l(l)); }