numpy.random.random# random.random(size=None)# 在半开区间 [0.0, 1.0) 内返回随机浮点数。它是 random_sample 的别名,以便于向新的随机数 API 移植。