{ "info": { "author": "PSF", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython" ], "description": "=======\nCHANGES\n=======\n\n1.0.1 (2013-03-15)\n------------------\n\n- Fix setup.py so that an install of the package will actually work.\n\n\n1.0.0 (2013-03-06)\n------------------\n\n- Initial PyPI release.\n\n\n========\nRandom 2\n========\n\nThis package provides a Python 3 ported version of Python 2.7's ``random``\nmodule. It has also been back-ported to work in Python 2.6.\n\nIn Python 3, the implementation of ``randrange()`` was changed, so that even\nwith the same seed you get different sequences in Python 2 and 3. Note that\nseveral high-level functions such as ``randint()`` and ``choice()`` use\n``randrange()``.\n\nIn my testing code I heavily rely on stable random generator results and it\nmakes porting code to Python 3 a lot harder, if all those tests have to be\nadjusted. This package fixes that.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/random2", "keywords": "roman", "license": "Python 2.1.1", "maintainer": null, "maintainer_email": null, "name": "random2", "package_url": "https://pypi.org/project/random2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/random2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/random2" }, "release_url": "https://pypi.org/project/random2/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python 3 compatible Pytohn 2 `random` Module.", "version": "1.0.1" }, "last_serial": 798463, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5366fcfc877d36b711776330a6a7c986", "sha256": "15dd22fbef052b19aac72f2f6b59e218f325b26c34f03071c2bf8d27a9a242cd" }, "downloads": -1, "filename": "random2-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5366fcfc877d36b711776330a6a7c986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17578, "upload_time": "2013-03-06T22:04:28", "url": "https://files.pythonhosted.org/packages/cb/5c/c7120ade02c3a7c33dfa281935f0ab97d4e5042996fb4b0a78fb4ce7acf1/random2-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "48a0a86fe00e447212d0095de8cf3e21", "sha256": "34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007" }, "downloads": -1, "filename": "random2-1.0.1.zip", "has_sig": false, "md5_digest": "48a0a86fe00e447212d0095de8cf3e21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21088, "upload_time": "2013-03-15T12:26:29", "url": "https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48a0a86fe00e447212d0095de8cf3e21", "sha256": "34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007" }, "downloads": -1, "filename": "random2-1.0.1.zip", "has_sig": false, "md5_digest": "48a0a86fe00e447212d0095de8cf3e21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21088, "upload_time": "2013-03-15T12:26:29", "url": "https://files.pythonhosted.org/packages/ee/b5/5aca5217501fbd06b1e5aed6d5986baa0da5380880e6bb6f421ed18e3a32/random2-1.0.1.zip" } ] }