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
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
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