8. Random

8.1. Normal distribution

numpy.random.normal(mean, std, nbr)

8.2. Uniform distribution

numpy.random.randint(min, max, nbr)