CHANGES
1.0.1 (03-08-2019)
Fix setup.py so that an install of the package will actually work.
1.0.0 (03-08-2019)
Initial PyPI release.
HamMae
This package provides a Python 3 ported version of Python 2.7’s hammae 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().
In my testing code I heavily rely on stable hammae generator results and it makes porting code to Python 3 a lot harder, if all those tests have to be adjusted. This package fixes that.
Release files for hammae 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hammae-1.0.2.tar.gz | 16.3 kB | Details |
Release files / hammae-1.0.2.tar.gz
| Download URL | hammae-1.0.2.tar.gz |
|---|---|
| Size | 16.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e00179b4961eb137ad9e7d84aebbadb580eb7f21c2650a354fe35d5d6d3f4d9
|
|
BLAKE2b-256 checksum How to use checksums |
8b829ebf9735d926629acbb936718a63750248f1f15165d6f3b23642c41373f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.10.0 pkginfo/1.2.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.8
|