Post Reply 
(200LX) N Dice with M Faces
05-29-2017, 07:35 AM (This post was last modified: 06-15-2017 01:23 PM by Gene.)
Post: #1
(200LX) N Dice with M Faces
Entered as a solver function, enter number of dice under

Dice

& number of equally probable faces of each die as

Faces.

nb Faces does not have to be geometrically possible, any positive integer value is valid.

Actuate

Throw

to return the sum of the thrown dice.

nb SIGMA is Greek capital sigma.

Code:

Throw=SIGMA(i,1,Dice,1,IP(Faces*RAN#)+1)
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)