pub trait RangeExt<T>where
    T: Num + PartialOrd + SampleUniform + Copy,
{ fn random(&self) -> T; fn clamp_value(&self, value: &mut T) -> T; }

Required Methods§

Implementations on Foreign Types§

Implementors§