pub fn normal_noise_sampler_coupled<N: FromPrimitive + RealField, D: Dim, ND: Dim>(
    coupleing: OMatrix<N, D, ND>
) -> impl Fn(&mut dyn RngCore) -> OVector<N, D>
where DefaultAllocator: Allocator<N, D, ND> + Allocator<N, D> + Allocator<N, ND>,
Expand description

Generate as sampling function for normally distributed coupled noise.