numpy.random.random#

random.random(size=None)#

在半开区间 [0.0, 1.0) 中返回随机浮点数.作为 random_sample 的别名,以方便向前移植到新的随机 API.