I understand torch.Normal(loc, scale) is a class corresponding to univariate normal distribution in pytorch. I understand how it works when loc and scale are nu
torch.Normal(loc, scale)