{ "info": { "author": "Bogdan Opanchuk", "author_email": "mantihor@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "This module is a thin Python wrapper over C library `dcmt `_, created by Makoto Matsumoto and Takuji Nishimura, authors of Mersenne twister RNG algorithm.\nThe original library provides functions for creating multiple independent RNGs (which can be used, for example, in parallel Monte-Carlo simulations).\n\nThe package contains intact ``dcmt`` sources (except for ``example`` folder) and exports some functions and structures from its API.\nFor licensing on original library and other information please see the link above, or ``src/dcmt/README`` file and sources.\n\nThe version of the module corresponds to the version of original library, with the addition of the build number.\nFor example, the wrapper on top of ``dcmt 0.6.1`` may have version like ``0.6.1-10``.\nModule documentation can be found `here `_\n\n=========\nChangelog\n=========\n\n~~~~~~~~~~~~~~~~~~~~~~~~\n0.6.1-5 (in development)\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n* Fix issues with setuptools/distutils (one of them does not support Cython,\n other does not support Sphinx)\n\n~~~~~~~~~~~~~~~~~~~~~~~~\n0.6.1-4 (in development)\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n* Fixed bug when mt_range() return 'common' parameters dict\n with non-common parameters included;\n* Fixed bug when DcmtRandomState.rand() returned array\n instead of Python float;\n* Added raw integer randoms generation to DcmtRandomState;\n* Added 'inplace' function to fill provided numpy array with randoms\n\n~~~~~~~\n0.6.1-3\n~~~~~~~\n\n* Using slightly optimized random number generation taken from ``numpy`` 1.5.1;\n* Module is rewritten using Cython;\n* Exporting analogues of Python standard ``random.Random`` and ``numpy``'s\n ``numpy.random.mtrand.RandomState``;\n* Renamed ``create_mts`` to ``mt_range``, which now returns dictionary and\n ``numpy`` array instead of ``ctypes`` structures;\n\n~~~~~~~\n0.6.1-2\n~~~~~~~\n\n* Shortened function names: create_mts(), init_mt()\n* Removed get_random() and added rand(), which returns numpy array\n* Added create_mts_stripped(), currently as a 'half-documented' feature\n\n~~~~~~~\n0.6.1-1\n~~~~~~~\n\n* Three basic functions: create_generators(), init_generator() and get_random() (returns integer)", "description_content_type": null, "docs_url": "https://pythonhosted.org/dcmt/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Manticore/python-dcmt", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "dcmt", "package_url": "https://pypi.org/project/dcmt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dcmt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/Manticore/python-dcmt" }, "release_url": "https://pypi.org/project/dcmt/0.6.1-4/", "requires_dist": null, "requires_python": null, "summary": "Dynamical creation of Mersenne twisters", "version": "0.6.1-4" }, "last_serial": 721843, "releases": { "0.6.1-2": [ { "comment_text": "", "digests": { "md5": "567fe07bc2460ae888043458f69f002f", "sha256": "7e39b44a8b66854d638f1d4ee4f3a343a3b594819a4e0bfd2bf968dee35a05ed" }, "downloads": -1, "filename": "dcmt-0.6.1-2.tar.gz", "has_sig": false, "md5_digest": "567fe07bc2460ae888043458f69f002f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31523, "upload_time": "2011-04-20T03:20:56", "url": "https://files.pythonhosted.org/packages/24/39/ceaba34342434c9ca1caa67ec677387e4557053c3f28fe6b559a47c3ac23/dcmt-0.6.1-2.tar.gz" } ], "0.6.1-3": [ { "comment_text": "", "digests": { "md5": "f3b32c965738101c5ac005de4091fed4", "sha256": "f21d7519143926250bc6a33b68a162323a24c4bbefa2f03a99cc826a0e28d4b5" }, "downloads": -1, "filename": "dcmt-0.6.1-3.tar.gz", "has_sig": false, "md5_digest": "f3b32c965738101c5ac005de4091fed4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98034, "upload_time": "2011-05-04T18:12:31", "url": "https://files.pythonhosted.org/packages/a6/7a/f1d3a4ccfcd3b548857b2325dc751582da3c3e0fb120b1fa9c9b2b6c77dd/dcmt-0.6.1-3.tar.gz" } ], "0.6.1-4": [ { "comment_text": "", "digests": { "md5": "a362de5d87bcc369d854c43616e6d589", "sha256": "242bcb60b286eaaf8210db5b45a4709d94a9dc9cfdd31af49d08c163af987512" }, "downloads": -1, "filename": "dcmt-0.6.1-4.tar.gz", "has_sig": false, "md5_digest": "a362de5d87bcc369d854c43616e6d589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100669, "upload_time": "2011-05-27T14:14:39", "url": "https://files.pythonhosted.org/packages/c3/f5/3407172564457bbf38bcc0cbe5ecd50302f45d97acc600f1a018e3c2d80a/dcmt-0.6.1-4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a362de5d87bcc369d854c43616e6d589", "sha256": "242bcb60b286eaaf8210db5b45a4709d94a9dc9cfdd31af49d08c163af987512" }, "downloads": -1, "filename": "dcmt-0.6.1-4.tar.gz", "has_sig": false, "md5_digest": "a362de5d87bcc369d854c43616e6d589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100669, "upload_time": "2011-05-27T14:14:39", "url": "https://files.pythonhosted.org/packages/c3/f5/3407172564457bbf38bcc0cbe5ecd50302f45d97acc600f1a018e3c2d80a/dcmt-0.6.1-4.tar.gz" } ] }