Sum of roll of N dice
|
05-02-2018, 02:07 PM
Post: #10
|
|||
|
|||
RE: Sum of roll of N dice
(05-02-2018 07:01 AM)Jim Horn Wrote: Of course, converting an integer to base 6 will likely require a loop which can do the running sum of the base 6 integer as it goes (N iterations needed). Or use the ListExt command I\->BL. Note also that this method becomes increasingly less accurate with increasing values for N greater than 15 as 6^N will be greater than 10^12 and the random number thus generated will begin to lose significant bits. John |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 8 Guest(s)