numpy.random.random# random.random(size=None)# 傳回半開區間 [0.0, 1.0) 內的隨機浮點數。是 random_sample 的別名,以便於向前移植到新的隨機 API。