[issue44018] Bug in random.seed

Shreyan Avigyan report at bugs.python.org
Mon May 3 09:00:13 EDT 2021


Shreyan Avigyan <shreyan.avigyan at gmail.com> added the comment:

One solution to these would be making a copy of the parameter using copy.deepcopy and then performing operations on that copy. (The downside of this solution is that it will change the behavior.)

----------
nosy: +shreyanavigyan

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44018>
_______________________________________


More information about the Python-bugs-list mailing list