python 中最簡(jiǎn)單隨機(jī)數(shù)生成,生成0-1之間的浮點(diǎn)數(shù) (本文隨時(shí)修改添加) import random as rd v = rd.random() print(v)