Trait opendp::samplers::SampleLaplace[][src]

pub trait SampleLaplace: SampleRademacher + Sized {
    fn sample_laplace(
        shift: Self,
        scale: Self,
        constant_time: bool
    ) -> Fallible<Self>; }

Required methods

Implementors