# Instaling "random"...
import random

# Asking to the computer to generate random numbers...
random.seed()
x = random.random()