dice Module
Information about the dice module. This module is responsible for handling dice strings.
Functions
evaluate
Description: Evaluate a dice string, and return a number consistent with the query (IE, roll the dice)
Returns: The result of rolling the dice.
Parameters:
- to_eval: The dice string to be evaluated. If this is an int, it will be returned with nothing else being done
- return_bool: Set this to true to return a boolean value instead of a number.
- failure_value: The value to return on a failure.