from random import * import matplotlib.pyplot as dessin stats = [triangular(0,1,0) for n in range(100000)] dessin.hist(stats,100) dessin.show()