[ 源代码: pyrandom2 ]
软件包:python3-random2(1.0.1-2.1)
backport of Python 2.7's random module
In Python 3, the implementation of randrange() was changed, so that even with the same seed you get different sequences in Python 2 and 3.
This package provides a Python 3 ported version of Python 2.7’s random module.