{"id":20373168,"url":"https://github.com/st235/pseudo_random_generator","last_synced_at":"2026-06-09T05:01:54.856Z","repository":{"id":140153845,"uuid":"256827396","full_name":"st235/pseudo_random_generator","owner":"st235","description":"random numbers generation methods","archived":false,"fork":false,"pushed_at":"2020-05-02T10:58:20.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T20:44:01.570Z","etag":null,"topics":["cpp","numeric-methods","random"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/st235.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-04-18T18:42:36.000Z","updated_at":"2020-05-02T10:58:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f847bab5-1668-4a2a-a874-92b081a73a9b","html_url":"https://github.com/st235/pseudo_random_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/st235/pseudo_random_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2Fpseudo_random_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2Fpseudo_random_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2Fpseudo_random_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2Fpseudo_random_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st235","download_url":"https://codeload.github.com/st235/pseudo_random_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2Fpseudo_random_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["cpp","numeric-methods","random"],"created_at":"2024-11-15T01:16:57.799Z","updated_at":"2026-06-09T05:01:54.740Z","avatar_url":"https://github.com/st235.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pseudo Random Generators (__PRG__)\n\nThis project was created for educational purposes and handles various pseudo random\ngeneration methods. Currently there are a lot of things\nneeds to be done as I explore the wonderful world of numeric methods.\nI really like to quote [Steve Jobs from Stanford University speech](https://youtu.be/D1R-jKKp3NA?t=848):\n\"Stay hungry, stay foolish!\", - it leads me to new discoveries. \n\nPS: do not hesitate to contribute and feel free to join\n\n### Goals\n\n- Fast\n- Elegant\n- Small\n- Fun\n- ...\n\n### Roadmap\n\n - [x] Linear congruential method\n - [x] Middle-square method (Newton's method)\n - [x] Analysis tools\n - [x] Correctness tests\n - [x] Helpful numeric methods\n - [ ] Bug fixing: to infinity and beyond 🚀\n \n### Books\n\n - The Art of Computer Programming (TAOCP). Volume 2 / Seminumerical Algorithms. __Author: D. Knuth__\n### License\n\n```text\nMIT License\n\nCopyright (c) 2020 Alexander Dadukin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fpseudo_random_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst235%2Fpseudo_random_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fpseudo_random_generator/lists"}