torch.normal — PyTorch 1.10.1 documentation
pytorch.org › docs › stabletorch.normal — PyTorch 1.10.0 documentation torch.normal torch.normal(mean, std, *, generator=None, out=None) → Tensor Returns a tensor of random numbers drawn from separate normal distributions whose mean and standard deviation are given. The mean is a tensor with the mean of each output element’s normal distribution