dicelab 0.6 (Default branch) |
|
|
dicelab allows you to express complex dice rolling
schemes in a functional language and then roll
dice according to such a scheme or analyze the
statistic distribution of values. This is useful
when designing games (and to some degree when
playing them).
License: GNU General Public License (GPL)
Changes:
This version can determine whether an operator is actually interested in the ordering of the argument list(s) and use this information to create corresponding sub-operators. This will increase the performance in many cases dramatically.
|