Python里面如何生成随机数?

import random
random.random()
它会返回一个随机的0和1之间的浮点数

原文地址:https://www.cnblogs.com/sea-stream/p/11243516.html