{ "info": { "author": "Andres Hirane", "author_email": "ahirane@student.ie.edu", "bugtrack_url": null, "classifiers": [], "description": "The package provides a function called linear_congruence_random_generator(), wich returns a randon number based on the method of linear congruences using the following parameters:\na = 22695477\nb = 1\nm = 2**32\nx0=1649836483\n\nAlso it provides and object called c_linear_congruences. \nIt should be intialized providing the parameters x0,a,b and m. \nThe object provides a method called linear_congruence_random_generator() \nwich will return a random number based on the method of linear congruences \nusing the parameters of the object initialization.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ahirane/Method_of_linear_congruences", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ie_mbdbl2018_ahirane", "package_url": "https://pypi.org/project/ie_mbdbl2018_ahirane/", "platform": "", "project_url": "https://pypi.org/project/ie_mbdbl2018_ahirane/", "project_urls": { "Homepage": "https://github.com/ahirane/Method_of_linear_congruences" }, "release_url": "https://pypi.org/project/ie_mbdbl2018_ahirane/0.2/", "requires_dist": null, "requires_python": "", "summary": "Python package to use the method of linear congruences to generate a random number", "version": "0.2" }, "last_serial": 4291331, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bb6a66479757d5c19256d949f246fbad", "sha256": "8a85fca04c5c226038ce7a0fd7586b42964a5c2fdb01c27a9470b978da3eaf83" }, "downloads": -1, "filename": "ie_mbdbl2018_ahirane-0.1.tar.gz", "has_sig": false, "md5_digest": "bb6a66479757d5c19256d949f246fbad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1371, "upload_time": "2018-09-20T04:56:50", "url": "https://files.pythonhosted.org/packages/4e/bd/1ea9ce96ef7f27d82a4c9ca5b86738accddc4361293b08ddb452b0896666/ie_mbdbl2018_ahirane-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "abeffdc83c8f6cb8735c576ea2945fd0", "sha256": "a45dfe19f775287f3075593c34cafe7f5c7897e3b6757ef5ec9c71378a028307" }, "downloads": -1, "filename": "ie_mbdbl2018_ahirane-0.2.tar.gz", "has_sig": false, "md5_digest": "abeffdc83c8f6cb8735c576ea2945fd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1566, "upload_time": "2018-09-20T05:13:59", "url": "https://files.pythonhosted.org/packages/6b/6b/c31f774efa098217cecb8c2f8cae8883be12d2d94a244d4faa7c99e0b2a5/ie_mbdbl2018_ahirane-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "abeffdc83c8f6cb8735c576ea2945fd0", "sha256": "a45dfe19f775287f3075593c34cafe7f5c7897e3b6757ef5ec9c71378a028307" }, "downloads": -1, "filename": "ie_mbdbl2018_ahirane-0.2.tar.gz", "has_sig": false, "md5_digest": "abeffdc83c8f6cb8735c576ea2945fd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1566, "upload_time": "2018-09-20T05:13:59", "url": "https://files.pythonhosted.org/packages/6b/6b/c31f774efa098217cecb8c2f8cae8883be12d2d94a244d4faa7c99e0b2a5/ie_mbdbl2018_ahirane-0.2.tar.gz" } ] }