{"id":19991730,"url":"https://github.com/StefH/RandomDataGenerator","last_synced_at":"2025-05-04T10:32:26.487Z","repository":{"id":33234775,"uuid":"156407839","full_name":"StefH/RandomDataGenerator","owner":"StefH","description":"This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, MAC-Addresses, IP-Addresses, Guids and DateTime.","archived":false,"fork":false,"pushed_at":"2024-10-09T17:17:00.000Z","size":388,"stargazers_count":100,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-27T08:02:01.221Z","etag":null,"topics":["generation","generator","integers","ipsum-generator","names","random","text"],"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/StefH.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":"2018-11-06T15:49:24.000Z","updated_at":"2025-03-18T14:12:07.000Z","dependencies_parsed_at":"2024-11-06T02:05:09.535Z","dependency_job_id":"dda37ead-910d-4224-ba21-6cfdc2b8084b","html_url":"https://github.com/StefH/RandomDataGenerator","commit_stats":{"total_commits":55,"total_committers":5,"mean_commits":11.0,"dds":"0.23636363636363633","last_synced_commit":"1a5a0d31b2e4b2acfad8311f704ae5dcda8ddabf"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FRandomDataGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FRandomDataGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FRandomDataGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefH%2FRandomDataGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefH","download_url":"https://codeload.github.com/StefH/RandomDataGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252320699,"owners_count":21729183,"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":["generation","generator","integers","ipsum-generator","names","random","text"],"created_at":"2024-11-13T04:51:53.181Z","updated_at":"2025-05-04T10:32:25.499Z","avatar_url":"https://github.com/StefH.png","language":"C#","funding_links":[],"categories":["C\\#"],"sub_categories":[],"readme":"# RandomDataGenerator.Net\nThis is a simple generator to create random data.\n\n## NuGet\n\n[![NuGet Badge](https://img.shields.io/nuget/v/RandomDataGenerator.Net)](https://www.nuget.org/packages/RandomDataGenerator.Net)\n\n## Supported Random Data \n\n- Bytes\n- Cities\n- Countries\n- Credit Card Numbers\n- DateTime\n- Email Addresses\n- First/Last Names\n- Guids\n- IBANs\n- IP Addresses (V4 and V6)\n- Lorum Ipsum Text\n- MAC Addresses\n- NaughtyStrings\n- Numbers (integer, long, float, double, byte, ...)\n- Text Regex Patterns\n- Words\n\n## Usage\n\n``` csharp\n// Generate a random text with a Regular expression\nvar randomizerTextRegex = RandomizerFactory.GetRandomizer(new FieldOptionsTextRegex { Pattern = @\"^[0-9]{4}[A-Z]{2}\" });\nstring textRegex = randomizerTextRegex.Generate();\n\n// Generate a random first name\nvar randomizerFirstName = RandomizerFactory.GetRandomizer(new FieldOptionsFirstName());\nstring firstName = randomizerFirstName.Generate();\n\n// Generate a random text (no numbers or special characters allowed)\nvar randomizerText = RandomizerFactory.GetRandomizer(new FieldOptionsText { UseNumber = false, UseSpecial = false });\nstring text = randomizerText.Generate();\n```\n\n## Usage (as SQL Data Generator GUI)\nYou can also use a UI to generate SQL insert table statements.\n![Random Data Generator - 1](https://github.com/StefH/RandomDataGenerator/blob/master/resources/screen-01.png \"Screen 1\")\n\n![Random Data Generator - 2](https://github.com/StefH/RandomDataGenerator/blob/master/resources/screen-02.png \"Screen 2\")\n\n\n## Copyright\n\n### Referenced files / projects\n- https://github.com/gustavofrizzo/CreditCardValidator\n- http://www.cambiaresearch.com/articles/13/csharp-randomprovider-class\n- http://www.codeproject.com/Articles/423229/CsharpRandomStringGenerator\n- https://github.com/SaladLab/NetLegacySupport/tree/master/core/ConcurrentDictionary/System/Collections/Concurrent\n- https://raw.githubusercontent.com/SimonCropp/NaughtyStrings/master/src/NaughtyStrings/TheNaughtyStrings.cs\n\n### NuGet dependencies\n- [Fare](https://github.com/moodmosaic/Fare)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStefH%2FRandomDataGenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStefH%2FRandomDataGenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStefH%2FRandomDataGenerator/lists"}