Constant DIST_MIN_PROBABILITY

Source
pub const DIST_MIN_PROBABILITY: f64 = 0.000_000_001;
Expand description

The minimum probability of a Dist with a probability parameter. This is set to prevent poor sampling performance for low probabilities. Set to 1e-9.