Python 3 compatible Python 2 random module
Provides a Python 3 ported version of Python 2.7's 'random' module. It has also been back-ported to work in Python 2.6. 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. Note that several high-level functions such as randint() and choice() use randrange().
$
pkg install py311-random2Origin
math/py-random2
Size
104KiB
License
PSFL
Maintainer
kai@FreeBSD.org
Dependencies
1 packages
Required by
1 packages