Comment générer un nombre normal aléatoire dans Python

from scipy.stats import norm
data = norm.rvs(loc=52, scale=4.5, size=100)
Powerful Pintail