{"id":24647545,"url":"https://github.com/rustpython/mt19937","last_synced_at":"2025-07-26T03:06:16.872Z","repository":{"id":57641776,"uuid":"246735003","full_name":"RustPython/mt19937","owner":"RustPython","description":"An MT19937 Mersenne Twister rng implementation, with the goal of being compatible with CPython's _random module.","archived":false,"fork":false,"pushed_at":"2025-01-28T18:37:47.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-25T13:31:07.979Z","etag":null,"topics":["mersenne-twister","mt19937","rng"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RustPython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-12T03:27:57.000Z","updated_at":"2025-07-24T19:56:02.000Z","dependencies_parsed_at":"2025-02-13T08:13:15.017Z","dependency_job_id":null,"html_url":"https://github.com/RustPython/mt19937","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/RustPython/mt19937","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fmt19937","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fmt19937/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fmt19937/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fmt19937/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustPython","download_url":"https://codeload.github.com/RustPython/mt19937/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fmt19937/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267109952,"owners_count":24037627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mersenne-twister","mt19937","rng"],"created_at":"2025-01-25T15:58:37.406Z","updated_at":"2025-07-26T03:06:16.816Z","avatar_url":"https://github.com/RustPython.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# MT19937\n\u003e An MT19937 Mersenne Twister rng implementation, with the goal of being\ncompatible with CPython's `_random` module.\n\nThis crate was translated from the original\n[implementation](http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html)\nby a team at Hiroshima University. The original content of the header of\ntheir implementation, along with the BSD-3 license, is left intact below.\n\n\nA C-program for MT19937, with initialization improved 2002/1/26.\nCoded by Takuji Nishimura and Makoto Matsumoto.\n\nBefore using, initialize the state by using init_genrand(seed)\nor init_by_array(init_key, key_length).\n\nCopyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n  1. Redistributions of source code must retain the above copyright\n  notice, this list of conditions and the following disclaimer.\n\n  2. Redistributions in binary form must reproduce the above copyright\n  notice, this list of conditions and the following disclaimer in the\n  documentation and/or other materials provided with the distribution.\n\n  3. The names of its contributors may not be used to endorse or promote\n  products derived from this software without specific prior written\n  permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nAny feedback is very welcome.  \nhttp://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html  \nemail: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustpython%2Fmt19937","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustpython%2Fmt19937","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustpython%2Fmt19937/lists"}