Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Providing only a `drop` argument to `lowest()` or `highest()` will now keep all other elements rather than just the first non-dropped element. * `depth` argument to `Die.reroll()` is now mandatory. * `tuple` outcomes are now auto-`tupleize`d again during `Die` construction. * Add `Die.stochastic_round()` method. * Add `percent` option to `Population.probability` methods. * Add new `again_count` mode for handling `Again`, which limits the total number of dice. * Improved ability to `keep` from both ends for certain types of multiset expressions. * Rename `func` parameters to `function`. * Experimental `Die.reroll_to_pool()` method. * Experimental `all_straights_reduce_counts` and `argsort` multiset evaluations.
- Loading branch information