pub trait VecZnxFillNormalSourceBackend<B>where
B: Backend,{
// Required method
fn vec_znx_fill_normal_source_backend(
&self,
base2k: usize,
res: &mut VecZnx<<B as Backend>::BufMut<'_>>,
res_col: usize,
noise_infos: NoiseInfos,
source_xe: &mut Source,
);
}Expand description
Fills the selected column with a discrete Gaussian noise vector
scaled by 2^{-k} with standard deviation sigma, bounded to [-bound, bound].