use HashMap;
/// The result of a roll
pub type RollResult = i32;
/// The likelihood of a certain roll result
pub type Chance = f32;
/// table of the percent likelihood of possible outcomes
pub type PlotTable = ;
/// Plot for a roll expression
/// Common trait for a roll expression