diff --git a/tfhe/src/core_crypto/commons/math/random/generator.rs b/tfhe/src/core_crypto/commons/math/random/generator.rs index 61034e39b..29ff4e1c0 100644 --- a/tfhe/src/core_crypto/commons/math/random/generator.rs +++ b/tfhe/src/core_crypto/commons/math/random/generator.rs @@ -4,7 +4,7 @@ use crate::core_crypto::commons::math::random::{ use crate::core_crypto::commons::math::torus::{UnsignedInteger, UnsignedTorus}; use crate::core_crypto::commons::numeric::{CastInto, FloatingPoint}; use crate::core_crypto::commons::parameters::CiphertextModulus; -pub use concrete_csprng::generators::{BytesPerChild, ChildrenCount, ForkError}; +pub use concrete_csprng::generators::{ByteCount, BytesPerChild, ChildrenCount, ForkError}; use rayon::prelude::*; pub use concrete_csprng::generators::{