pub trait Sample<T> {
// Required method
fn sample(&self, rng: &mut Rng) -> T;
}Expand description
Sampler from kernel function.
pub trait Sample<T> {
// Required method
fn sample(&self, rng: &mut Rng) -> T;
}Sampler from kernel function.