pub fn normal( data: &Tensor, mean: Option<Var>, std: Option<Var>, rng: &mut StdRng, ) -> Result<(), AutoDiffError>