Trait burn_tensor::ElementRandom
source · pub trait ElementRandom {
// Required method
fn random(distribution: Distribution<Self>, rng: &mut StdRng) -> Self
where Self: Sized;
}pub trait ElementRandom {
// Required method
fn random(distribution: Distribution<Self>, rng: &mut StdRng) -> Self
where Self: Sized;
}