from random import random def uniforme(a,b): return(a+(b-a)*random())