{"id":26949411,"url":"https://github.com/MikeBairdRocks/Fluky","last_synced_at":"2025-04-02T22:15:21.255Z","repository":{"id":36457210,"uuid":"40762289","full_name":"MikeBairdRocks/Fluky","owner":"MikeBairdRocks","description":"[floo-kee]: obtained by chance rather than skill.","archived":false,"fork":false,"pushed_at":"2021-06-22T20:54:23.000Z","size":1122,"stargazers_count":1,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-05-01T15:40:40.486Z","etag":null,"topics":["data","framework","mock","netcore","netstandard","nuget","random","vscode"],"latest_commit_sha":null,"homepage":"https://mikebairdrocks.github.io/Fluky/","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/MikeBairdRocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["MikeBairdRocks"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"custom":null}},"created_at":"2015-08-15T13:50:27.000Z","updated_at":"2019-11-19T15:06:57.000Z","dependencies_parsed_at":"2022-08-17T23:40:14.500Z","dependency_job_id":null,"html_url":"https://github.com/MikeBairdRocks/Fluky","commit_stats":null,"previous_names":["emphaticfist/fluky"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBairdRocks%2FFluky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBairdRocks%2FFluky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBairdRocks%2FFluky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBairdRocks%2FFluky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBairdRocks","download_url":"https://codeload.github.com/MikeBairdRocks/Fluky/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899668,"owners_count":20851898,"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":["data","framework","mock","netcore","netstandard","nuget","random","vscode"],"created_at":"2025-04-02T22:15:20.130Z","updated_at":"2025-04-02T22:15:21.247Z","avatar_url":"https://github.com/MikeBairdRocks.png","language":"C#","funding_links":["https://github.com/sponsors/MikeBairdRocks"],"categories":[],"sub_categories":[],"readme":"![Fluky](https://raw.githubusercontent.com/michaeljbaird/Fluky/master/media/fluky.png \"Fluky\")\n\n[![Build status](https://ci.appveyor.com/api/projects/status/0e1479awo8gmhrfx?svg=true)](https://ci.appveyor.com/project/michaeljbaird/fluky)\n[![NuGet](https://img.shields.io/nuget/v/Fluky.svg)](https://www.nuget.org/packages/Fluky)\n[![NuGet](https://img.shields.io/nuget/dt/Fluky.svg)](https://www.nuget.org/packages/Fluky)\n\nFluky - A Random Framework\n=====\nFluky is a framework to generate random strings, numbers, names, etc. to help reduce some of the monotony particularly while writing automated tests or anywhere else you need anything random data.\n\nFeatures\n-----\nFluky is a [NuGet library](https://www.nuget.org/packages/Fluky) that you can add in to your project that will allow you to generate random things using the `Randomizer` class.\n\nExamples\n-----\n\n```csharp\nvar random = new Randomizer();\nvar firstName = random.FirstName(GenderType.Female); // Catherine\nvar lastName = random.LastName(); // Jones\nvar name = random.Name(); // Bruce Romero\nvar character = random.Character(symbols: false, alpha: true); // '5'\nvar paragraphs = random.Paragraph(3); // Ke otle je cewi ok ta feca ha hizo im se wade afna akfa. Fi ra he pe iwpa wi fo wo ca kepo ri ispa raej og hofa rola. Vake voha jira li nido jo ka mi iv me rohi be immo ve ilor tasi.\nvar date = random.Date(minYear: 1950); // 2/18/1983\nvar age = random.Age(AgeType.Adult); // 33\nvar number = random.Decimal(1, 20, fix: 20); // 15.02490243037460000000M\nvar roll = random.Rpg(\"3d20\", sum: true); // 35\nvar dice = random.Dice(DiceType.D30); // 12\nvar address = random.Address(shortStreetSuffix: true); // 371 Fafo Tpke\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMikeBairdRocks%2FFluky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMikeBairdRocks%2FFluky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMikeBairdRocks%2FFluky/lists"}