I would rather use D12s and round down
You mean modulo?
Nah, everything over 4 is 4. Rounded down like.
Haha yes
It would be ceiling(D12/3)
(D12 mod 4) + 1 uses two simple operations and uses whole numbers.
⌈D12 ÷ 3⌉ uses two more complex operations and relies on rationals, or worse, decimal approximations.
Humor, jokes, memes about TTRPGs
I would rather use D12s and round down
You mean modulo?
Nah, everything over 4 is 4. Rounded down like.
Haha yes
It would be ceiling(D12/3)
(D12 mod 4) + 1 uses two simple operations and uses whole numbers.
⌈D12 ÷ 3⌉ uses two more complex operations and relies on rationals, or worse, decimal approximations.