Start | random
 

random()



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