Type Definition ldpc_toolbox::rand::Rng
source · pub type Rng = ChaCha8Rng;Expand description
The RNG used in throughout this crate for algorithms using pseudorandom generation.
pub type Rng = ChaCha8Rng;The RNG used in throughout this crate for algorithms using pseudorandom generation.