from the documentation:
“Fills self tensor with elements samples from the normal distribution parameterized by mean and std”
Every time you run a.normal it will fill your tensor with new values from the normal distribution with the mean and std that you defined