pub fn exp_zero_case(random: Random, _: f64) f64
pub fn exp_zero_case(random: Random, _: f64) f64 { return exp_r - @log(random.float(f64)); }