>>> import random >>> values = [random.gauss(1, .5) for i in range(1000)] >>>