ianfhunter / GNOLL

GNOLL is an efficient dice notation parser for multiple programming languages that supports a wide set of dice notation
https://www.ianhunter.ie/GNOLL/
GNU General Public License v3.0
40 stars 24 forks source link

Sorting Resultant Rolls #15

Open ianfhunter opened 5 years ago

ianfhunter commented 5 years ago

given >1 roll, sort them in either ascending or descending order

e.g. 10d6: 3,1,3,4,5,6,3 Sorted: 1,3,3,3,4,5,6

ianfhunter commented 1 year ago

Maybe this should be an overall setting of gnoll, not a dice specific operation?