源代码
from numpy import random x = random.rand(5) print(x)
运行结果