pub fn inject_bitflip_u8(bitstream: &mut [u8], ber: f64, seed: u64) -> u64
BIT_FLIP: each input bit flips with probability ber. Returns number of bits flipped.
ber