pub struct BenfordDeviationSampler { /* private fields */ }Expand description
Sampler for generating amounts that deviate from Benford’s Law. Useful for injecting statistically detectable anomalies.
Implementations§
Auto Trait Implementations§
impl Freeze for BenfordDeviationSampler
impl RefUnwindSafe for BenfordDeviationSampler
impl Send for BenfordDeviationSampler
impl Sync for BenfordDeviationSampler
impl Unpin for BenfordDeviationSampler
impl UnwindSafe for BenfordDeviationSampler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more