Generar el número de n bits python

import random 
random.getrandbits(n)
adriendums