{"id":19310609,"url":"https://github.com/sepppenner/linearcongruencegeneratorc-","last_synced_at":"2025-08-18T11:47:56.278Z","repository":{"id":82869027,"uuid":"74061092","full_name":"SeppPenner/LinearCongruenceGeneratorC-","owner":"SeppPenner","description":"Linear Congruence Generator implementation in C#.","archived":false,"fork":false,"pushed_at":"2025-01-07T18:21:56.000Z","size":15777,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-30T10:05:47.901Z","etag":null,"topics":[],"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/SeppPenner.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"License.txt","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,"zenodo":null}},"created_at":"2016-11-17T19:40:30.000Z","updated_at":"2025-01-07T18:21:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bb13fc1-1e06-4c01-843e-4d74e0ad0ee9","html_url":"https://github.com/SeppPenner/LinearCongruenceGeneratorC-","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/SeppPenner/LinearCongruenceGeneratorC-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGeneratorC-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGeneratorC-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGeneratorC-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGeneratorC-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeppPenner","download_url":"https://codeload.github.com/SeppPenner/LinearCongruenceGeneratorC-/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGeneratorC-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270988226,"owners_count":24680670,"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-08-18T02:00:08.743Z","response_time":89,"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":[],"created_at":"2024-11-10T00:25:07.964Z","updated_at":"2025-08-18T11:47:56.216Z","avatar_url":"https://github.com/SeppPenner.png","language":"C#","funding_links":["https://patreon.com/SeppPennerOpenSourceDevelopment","https://paypal.me/th070795"],"categories":[],"sub_categories":[],"readme":"# LinearCongruenceGenerator\nLinear Congruence Generator implementation in C#.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/t0v8qsktgau2fh96?svg=true)](https://ci.appveyor.com/project/SeppPenner/linearcongruencegeneratorc)\n[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/LinearCongruenceGeneratorC-.svg)](https://github.com/SeppPenner/LinearCongruenceGeneratorC-/issues)\n[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/LinearCongruenceGeneratorC-.svg)](https://github.com/SeppPenner/LinearCongruenceGeneratorC-/network)\n[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/LinearCongruenceGeneratorC-.svg)](https://github.com/SeppPenner/LinearCongruenceGeneratorC-/stargazers)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/LinearCongruenceGeneratorC-/master/License.txt)\n[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/LinearCongruenceGeneratorC-/badge.svg)](https://snyk.io/test/github/SeppPenner/LinearCongruenceGeneratorC-)\n[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)\n[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon\u0026logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)\n[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal\u0026logoColor=white)](https://paypal.me/th070795)\n\nLink to Linear Congruence Generator implementation in Java:\nhttps://github.com/SeppPenner/LinearCongruenceGenerator/blob/master/README.md\n\n## Basic usage\n```csharp\npublic class ExampleUsage\n{\n    private LinearCongruenceGenerator _random = new LinearCongruenceGenerator(\n        (long)Math.Pow(2, 32), 1664525, 1013904223, 0);\n}\n```\nSee https://en.wikipedia.org/wiki/Linear_congruential_generator for good parameters.\n\nChange history\n--------------\n\nSee the [Changelog](https://github.com/SeppPenner/LinearCongruenceGeneratorC-/blob/master/Changelog.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Flinearcongruencegeneratorc-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepppenner%2Flinearcongruencegeneratorc-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Flinearcongruencegeneratorc-/lists"}