Stamets to RPGMemes @ttrpg.network • 1 year agoI'm with themlemmy.worldimagemessage-square60fedilinkarrow-up1458
arrow-up1458imageI'm with themlemmy.worldStamets to RPGMemes @ttrpg.network • 1 year agomessage-square60fedilink
minus-square@ThrowawayPermanente@sh.itjust.workslinkfedilink5•1 year agoI would rather use D12s and round down
minus-square@Tolookah@discuss.tchncs.delinkfedilink20•1 year agoNah, everything over 4 is 4. Rounded down like.
minus-square@SpaceNoodle@lemmy.worldlinkfedilink2•edit-21 year ago(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.
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.