Concept Flow - Normal distribution with normal()
Call np.random.normal(mean, std, size)
Generate random values
Return array of values
Use values for analysis or plot
The function np.random.normal() generates random numbers following a bell-shaped curve defined by mean and standard deviation.