Function upwd_lib::calculate_entropy[][src]

pub fn calculate_entropy(length: usize, pool_size: usize) -> f64
Expand description

Calculates entropy.

Examples


assert_eq!(calculate_entropy(12, 64), 72_f64);