Source: pyrandom2 Section: python Priority: optional Maintainer: Hugo Lefeuvre Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 4.3.0 Homepage: https://pypi.org/project/random2/ Vcs-Browser: https://salsa.debian.org/hle/pyrandom2 Vcs-Git: https://salsa.debian.org/hle/pyrandom2.git Testsuite: autopkgtest-pkg-python Package: python-random2 Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: backport of Python 2.7's random module (Python 2) 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. . random2 provides a Python 3 ported version of Python 2.7’s random module. . This package installs the library for Python 2. Package: python3-random2 Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: backport of Python 2.7's random module (Python 3) 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. . This package installs the library for Python 3.