Trait custos_math::RandBuf

source ·
pub trait RandBuf<T> {
    // Required method
    fn rand(&mut self, lo: T, hi: T);
}

Required Methods§

source

fn rand(&mut self, lo: T, hi: T)

Implementors§

source§

impl<T, S: Shape, D: RandOp<T, S>> RandBuf<T> for Buffer<'_, T, D, S>