So as the title suggests, I want to create an random array with a "norm" of 1 and "mean" of 0. I can use numpy.random.normal() to get the &q
numpy.random.normal()