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