générer un nombre de bits n python

import random 
random.getrandbits(n)
adriendums