Mark Dickinson <dicki...@gmail.com> added the comment:

These results are hardly surprising, given the algorithms used. But why would 
you consider this a problem?

If you want your randrange(n) and randrange(m) results to be independent, don't 
generate them from the exact same random source, starting with the same seed. 
Use different seeds, or generate one set of results followed by the other 
without resetting the seed in between.

----------
nosy: +mark.dickinson, rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to