Trait opendp::samplers::SampleRademacher[][src]

pub trait SampleRademacher: Sized {
    fn sample_standard_rademacher() -> Fallible<Self>;
fn sample_rademacher(prob: f64, constant_time: bool) -> Fallible<Self>; }

Required methods

Implementors