{"id":18307793,"url":"https://github.com/exceptionless/exceptionless.randomdata","last_synced_at":"2025-04-05T17:32:02.405Z","repository":{"id":27592611,"uuid":"31075782","full_name":"exceptionless/Exceptionless.RandomData","owner":"exceptionless","description":"Utility class to easily generate random data.","archived":false,"fork":false,"pushed_at":"2024-06-03T09:23:21.000Z","size":124,"stargazers_count":13,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-21T08:05:56.504Z","etag":null,"topics":["c-sharp","exceptionless","random","random-number-generators","randomdata","randomization"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Exceptionless.RandomData/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exceptionless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"exceptionless"}},"created_at":"2015-02-20T17:23:32.000Z","updated_at":"2023-05-05T03:24:19.000Z","dependencies_parsed_at":"2023-02-16T05:45:54.198Z","dependency_job_id":"55e2ee32-7244-4413-a68e-68edfbd677c8","html_url":"https://github.com/exceptionless/Exceptionless.RandomData","commit_stats":{"total_commits":59,"total_committers":7,"mean_commits":8.428571428571429,"dds":0.5593220338983051,"last_synced_commit":"b6be784c184f63046856a768b27398459c386020"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceptionless%2FExceptionless.RandomData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceptionless%2FExceptionless.RandomData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceptionless%2FExceptionless.RandomData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exceptionless%2FExceptionless.RandomData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exceptionless","download_url":"https://codeload.github.com/exceptionless/Exceptionless.RandomData/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247374904,"owners_count":20928907,"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","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":["c-sharp","exceptionless","random","random-number-generators","randomdata","randomization"],"created_at":"2024-11-05T16:05:29.937Z","updated_at":"2025-04-05T17:32:02.106Z","avatar_url":"https://github.com/exceptionless.png","language":"C#","readme":"# Exceptionless.RandomData\n\n[![Build status](https://github.com/Exceptionless/Exceptionless.RandomData/workflows/Build/badge.svg)](https://github.com/Exceptionless/Exceptionless.RandomData/actions)\n[![NuGet Version](http://img.shields.io/nuget/v/Exceptionless.RandomData.svg?style=flat)](https://www.nuget.org/packages/Exceptionless.RandomData/)\n[![Discord](https://img.shields.io/discord/715744504891703319)](https://discord.gg/6HxgFCx)\n[![Donate](https://img.shields.io/badge/donorbox-donate-blue.svg)](https://donorbox.org/exceptionless?recurring=true)\n\nUtility class to easily generate random data. This makes generating good unit test data a breeze!\n\n## Getting Started (Development)\n\n[This package](https://www.nuget.org/packages/Exceptionless.RandomData/) can be installed via the [NuGet package manager](https://docs.nuget.org/consume/Package-Manager-Dialog). If you need help, please contact us via in-app support or [open an issue](https://github.com/exceptionless/Exceptionless.RandomData/issues/new). We’re always here to help if you have any questions!\n\n1. You will need to have [Visual Studio Code](https://code.visualstudio.com/) installed.\n2. Open the root folder.\n\n## Using RandomData\n\nBelow is a small sample of what you can do, so check it out!\n\n```csharp\nprivate int[] _numbers = new[] { 1, 2, 3, 4, 5 };\n\nprivate enum _days {\n    Monday,\n    Tuesday\n}\n\nint value = RandomData.GetInt(1, 5);\n// or\nvalue = _numbers.Random();\n\nvar day = RandomData.GetEnum\u003c_days\u003e();\n```\n\n## Thanks to all the people who have contributed\n\n[![contributors](https://contributors-img.web.app/image?repo=exceptionless/Exceptionless.RandomData)](https://github.com/exceptionless/Exceptionless.RandomData/graphs/contributors)\n","funding_links":["https://github.com/sponsors/exceptionless"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexceptionless%2Fexceptionless.randomdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexceptionless%2Fexceptionless.randomdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexceptionless%2Fexceptionless.randomdata/lists"}