Free Touch Pricker
    Preparing search index...

    Function rowFromRank

    • 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).

      > rowFromRank(7, Pricker.Stage.Minimus);
      [2, 1, 4, 3]
      > rowFromRank(719, Pricker.Stage.Minor);
      [6, 5, 4, 3, 2, 1]

      Parameters

      Returns Row