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