{"id":19310610,"url":"https://github.com/sepppenner/linearcongruencegenerator","last_synced_at":"2026-06-20T07:31:43.906Z","repository":{"id":82869029,"uuid":"62465370","full_name":"SeppPenner/LinearCongruenceGenerator","owner":"SeppPenner","description":"Linear Congruence Generator implementation in Java","archived":false,"fork":false,"pushed_at":"2020-06-04T15:14:51.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T03:30:54.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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}},"created_at":"2016-07-02T18:48:11.000Z","updated_at":"2020-06-04T15:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ef47009-c964-4310-ace1-9284f75cb763","html_url":"https://github.com/SeppPenner/LinearCongruenceGenerator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SeppPenner/LinearCongruenceGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeppPenner","download_url":"https://codeload.github.com/SeppPenner/LinearCongruenceGenerator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeppPenner%2FLinearCongruenceGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34561766,"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-20T02:00:06.407Z","response_time":98,"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.981Z","updated_at":"2026-06-20T07:31:43.889Z","avatar_url":"https://github.com/SeppPenner.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinearCongruenceGenerator\n\nA Linear Congruence Generator implementation in Java.\n\n[![Build status](https://ci.appveyor.com/api/projects/status/8f9ch2va9f6qdc1d?svg=true)](https://ci.appveyor.com/project/SeppPenner/linearcongruencegenerator)\n[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/LinearCongruenceGenerator.svg)](https://github.com/SeppPenner/LinearCongruenceGenerator/issues)\n[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/LinearCongruenceGenerator.svg)](https://github.com/SeppPenner/LinearCongruenceGenerator/network)\n[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/LinearCongruenceGenerator.svg)](https://github.com/SeppPenner/LinearCongruenceGenerator/stargazers)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/LinearCongruenceGenerator/master/License.txt)\n\nLink to the Linear Congruence Generator implementation in C#: https://github.com/SeppPenner/LinearCongruenceGeneratorC-/blob/master/README.md\n\n## Basic usage:\n```java\npublic class ExampleUsage {\n    private LinearCongruenceGenerator random = new LinearCongruenceGenerator(\n            (long) Math.pow(2,32), 1664525, 1013904223, 0);\n}\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/LinearCongruenceGenerator/blob/master/Changelog.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Flinearcongruencegenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsepppenner%2Flinearcongruencegenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsepppenner%2Flinearcongruencegenerator/lists"}