[][src]Trait reverie::algebra::Samplable

pub trait Samplable {
    pub fn gen<R: RngCore>(rng: &mut R) -> Self;
}

Required methods

pub fn gen<R: RngCore>(rng: &mut R) -> Self[src]

Loading content...

Implementors

impl Samplable for BitBatch[src]

impl Samplable for BitScalar[src]

impl<T> Samplable for T where
    Standard: Distribution<T>, 
[src]

Loading content...