{ "info": { "author": "Corbin Simpson", "author_email": "MostAwesomeDude@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===========\nJava-Random\n===========\n\nJava-Random is a simple implementation of Java's standard java.util.Random\nclass in Python. Java's random number generation algorithm is exceedingly\nstraightforward to reimplement in other languages, and this is simply an\nimplementation for Python.\n\nInstallation\n============\n\nA standard setup.py is provided.\n\nFAQ\n====\n\nWhy would you do this?\n I needed this particular generator available in another program, and this was\n the quickest, simplest way to achieve that goal.\n\nWhat's wrong with Python's random module?\n Nothing. In fact, Python's random module is far superior to this module in a\n number of respects, including predictability, speed, robustness, and\n features. If you're looking for good random number generation in Python, just\n use random instead.\n\nYour code sucks.\n That's not a question. Also, feel free to blame the Java specification for\n that, as they have a very specific way of doing things and I felt that trying\n to spice up my code might lead to some unobvious and unfun bugs.\n\nWhere is the official Java specification for this, anyway?\n http://download.oracle.com/javase/6/docs/api/java/util/Random.html, until\n Oracle removes it.\n\n...This is for Minecraft, isn't it?\n No comment.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/MostAwesomeDude/java-random", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "java-random", "package_url": "https://pypi.org/project/java-random/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/java-random/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/MostAwesomeDude/java-random" }, "release_url": "https://pypi.org/project/java-random/1.0/", "requires_dist": null, "requires_python": null, "summary": "Implementation of Java's Random", "version": "1.0" }, "last_serial": 793584, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5ba543de33dc0e6ad7df3c9c05453792", "sha256": "26f5643315a06ea0c04fdc37028e423f4f2bdd59c2525b5c728ebd0d3282bd4c" }, "downloads": -1, "filename": "java-random-1.0.tar.gz", "has_sig": false, "md5_digest": "5ba543de33dc0e6ad7df3c9c05453792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3443, "upload_time": "2010-11-06T01:27:42", "url": "https://files.pythonhosted.org/packages/df/cf/4627b9a6c53b3ce03656e4d6c44233968da837812677351facf6a2e28f3f/java-random-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ba543de33dc0e6ad7df3c9c05453792", "sha256": "26f5643315a06ea0c04fdc37028e423f4f2bdd59c2525b5c728ebd0d3282bd4c" }, "downloads": -1, "filename": "java-random-1.0.tar.gz", "has_sig": false, "md5_digest": "5ba543de33dc0e6ad7df3c9c05453792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3443, "upload_time": "2010-11-06T01:27:42", "url": "https://files.pythonhosted.org/packages/df/cf/4627b9a6c53b3ce03656e4d6c44233968da837812677351facf6a2e28f3f/java-random-1.0.tar.gz" } ] }