1 2 3 4 5 6 7 8 9 10 11
/** * This package contains yet another implementation of dice and dice expressions. * * The other ones just didn't seem to quite serve the expected functions. */ /** * @author Ben Culkin * */ package bjc.dicelang.neodice;