我的环境是python3.9。
今天在演示蒙特卡洛算法时遇到报错DeprecationWarning: Seeding based on hashing is deprecated since Python 3.9
。
具体涉及到的代码是random.seed(time.time)
,修改为random.seed(time.time())
即可。
DeprecationWarning: Seeding based on hashing is deprecated since Python 3.9
关键词由优快云通过智能技术生成