D&D Dice
- To: mathgroup at smc.vnet.net
- Subject: [mg37457] D&D Dice
- From: "AngleWyrm" <no_spam_anglewyrm at hotmail.com>
- Date: Thu, 31 Oct 2002 04:40:51 -0500 (EST)
- Reply-to: "AngleWyrm" <no_spam_anglewyrm at hotmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
Consider yer basic 3d6 stat roll: What are the possibilities? This gives a table of all 6^3 = 216 rolls: Table[i + i2 + i3, {i, 6}, {i2, 6}, {i3, 6}] // MatrixForm My question is this: How shall I set up a formula to list the count of each total?