一、伪随机数random和seed初始化随机数生成器:random.seed(a=None)
如果 a 被省略或为 None ,则使用当前系统时间
每给定一个seed,它会生成一个序列,如序列X: 0.1,3.2,1.5,9.7…你每次r
2020-10-13