Table des matières

Hasard

http://www.python-simple.com/python-modules-math/random.php

random.random() : valeur entre 0 et 1, 1 exclus.


random.randint(0, 3) : entier entre 0 et 3 inclus.

random.choice(['a', 'b', 'c'])