pub fn utilisation(lambda: f64, mu: f64, c: u32) -> f64
Computes utilization (rho = lambda / (c * mu)).
rho = lambda / (c * mu)