Re: [random sorting] (was: org table: one column of random numbers (but natural ones))

2020-05-29 Thread Stig Brautaset
row of 33 > $5=random([0..34]);f0 > $5=random([0..34));f0 > $5=random([0..33));f0 > > But random repeats, however org-table-sort-lines sorts anyway > And what I truly needed is a random sorting of sorts. Right, I think I failed to make myself understood so here's an

Re: [random sorting]

2020-05-29 Thread Eric S Fraga
On Friday, 29 May 2020 at 13:19, Uwe Brauer wrote: > But random repeats, however org-table-sort-lines sorts anyway > And what I truly needed is a random sorting of sorts. (now that I am awake... ;-)) What you want is a "permutation" vector. Calc does appear to have some support

[random sorting] (was: org table: one column of random numbers (but natural ones))

2020-05-29 Thread Uwe Brauer
t[1], then use the row number as an index into that list. (Or pop off the > front.) How to do that from an org table function I have no idea, > however. Thanks I tried in a row of 33 $5=random([0..34]);f0 $5=random([0..34));f0 $5=random([0..33));f0 But random repeats, however org