Type Definition rammer::Probability [−][src]
pub type Probability = f64;Expand description
Type alias for the statistical probability of an event. This type should always be between [0,1].
pub type Probability = f64;Type alias for the statistical probability of an event. This type should always be between [0,1].