Normal distribution:

- Symmetric around the mean
- Peaks at the mean (the most probably value)
We can generate normal (Gaussian) distributions in Python by using random.gauss(mean, std).
Normal distribution:

We can generate normal (Gaussian) distributions in Python by using random.gauss(mean, std).