Start | random
 

random()



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