Function simple_normalization

Source
pub fn simple_normalization(
    histogram: &mut [usize],
    cumul: &mut [usize],
    table_log: usize,
)