{"id":24271845,"url":"https://github.com/soenneker/soenneker.utils.random","last_synced_at":"2026-04-21T22:06:08.878Z","repository":{"id":65771720,"uuid":"599394464","full_name":"soenneker/soenneker.utils.random","owner":"soenneker","description":"A thread-safe random utility library","archived":false,"fork":false,"pushed_at":"2026-03-09T21:39:03.000Z","size":165,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-10T00:53:39.594Z","etag":null,"topics":["csharp","dotnet","random","utility"],"latest_commit_sha":null,"homepage":"https://soenneker.com","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/soenneker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"soenneker","thanks_dev":"soenneker"}},"created_at":"2023-02-09T03:20:15.000Z","updated_at":"2026-03-09T19:15:15.000Z","dependencies_parsed_at":"2023-10-14T16:03:40.501Z","dependency_job_id":"d8e7ecd0-6954-43f6-802c-cdd047f82599","html_url":"https://github.com/soenneker/soenneker.utils.random","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"95c5abdc59cd2b678748f7d87655331b3a09d858"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/soenneker/soenneker.utils.random","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.random","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.random/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.random/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.random/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soenneker","download_url":"https://codeload.github.com/soenneker/soenneker.utils.random/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.random/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32112058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","dotnet","random","utility"],"created_at":"2025-01-15T17:59:48.413Z","updated_at":"2026-04-21T22:06:08.873Z","avatar_url":"https://github.com/soenneker.png","language":"C#","funding_links":["https://github.com/sponsors/soenneker","https://thanks.dev/soenneker"],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/nuget/v/Soenneker.Utils.Random.svg?style=for-the-badge)](https://www.nuget.org/packages/Soenneker.Utils.Random/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.utils.random/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.utils.random/actions/workflows/publish-package.yml)\n[![](https://img.shields.io/nuget/dt/Soenneker.Utils.Random.svg?style=for-the-badge)](https://www.nuget.org/packages/Soenneker.Utils.Random/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.utils.random/codeql.yml?label=CodeQL\u0026style=for-the-badge)](https://github.com/soenneker/soenneker.utils.random/actions/workflows/codeql.yml)\n\n# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Utils.Random\n### A thread-safe random utility library\n\n## Installation\n\n```\ndotnet add package Soenneker.Utils.Random\n```\n\n## Usage\n\n```csharp\n// Returns an integer \u003e= 5, and \u003c 20\nRandomUtil.Next(5, 20);\n```\n\n```csharp\n// Returns a double \u003e= 5, and \u003c 20\nRandomUtil.NextDouble(5, 20);\n```\n\n```csharp\n// Returns a random number with a uniform and discrete distribution\nRandomUtil.NextDecimalUniform(5, 20);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.utils.random","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoenneker%2Fsoenneker.utils.random","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.utils.random/lists"}