identical_pair

Function identical_pair 

Source
pub fn identical_pair(n: usize, seed: u64) -> (Vec<u8>, Vec<u8>)
Expand description

Generate two identical sequences (for testing identity properties).

MI(X,X) = H(X), NED(X,X) = 0, NTE(X,X) = 0