matlab octave random sampling randsample ランダムサンプリング

a = randsample(n,m);

or,

a = randperm(n);
a = a(1:m);