Creates a Row given its rank.
See rankFromRow for a full description of the numbering scheme; in brief it starts at 0 (rounds) and runs to n! - 1 (back rounds).
0
n! - 1
> rowFromRank(7, Pricker.Stage.Minimus);[2, 1, 4, 3]> rowFromRank(719, Pricker.Stage.Minor);[6, 5, 4, 3, 2, 1] Copy
> rowFromRank(7, Pricker.Stage.Minimus);[2, 1, 4, 3]> rowFromRank(719, Pricker.Stage.Minor);[6, 5, 4, 3, 2, 1]
Creates a Row given its rank.
See rankFromRow for a full description of the numbering scheme; in brief it starts at
0(rounds) and runs ton! - 1(back rounds).