Start | random
 

random()



genererar ett slumptal på flyttalsform mellan o och 1.
import random print(random.random())
32.471179962158 ms