在下面 Python 代码中,填入正确的是( )。
from random import random as rnd
print( ) #填入正确代码
random()
random.random()
rnd()
random.rnd()