Start | random
 

random()



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