Hello,
l have a matrix as follow :
 k=rand(1:100,3,3)
3x3 Array{Int64,2}:
 97  26  77
 58  64  86
 87  85  99


l want to shuffle randomly the order by lines for instance line 1 becomes 
3. l have a matrix of 10000 by 700 .

thank you

Reply via email to