Faker is a Ruby library used to generate randomized, realistic placeholder information for testing and development. It produces synthetic data to populate databases and test application logic without the use of real user information. The library provides localized data generation, using region-specific formats and strings for names, addresses, and phone numbers. It supports deterministic output through seedable random number generation, ensuring that sequences of fake data can be repeated across different test runs. The generator covers a wide range of domains, including personal identity, f
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
Bogus is a fake data generator for .NET applications, including C#, F#, and VB.NET. It provides a deterministic mock data engine and an object configuration mapper to produce realistic profiles, addresses, and financial records. The library differentiates itself through a localization data provider that generates region-specific identifiers across various international languages and locales. It ensures reproducibility across executions by using seed values to control the sequence of generated data. The project covers wide-ranging data synthesis capabilities, including the generation of netwo
A simple tool to generate names for use in designs and mockups.
The main features of thm/uinames are: Mock Data Generators, Test Data Generation.
Open-source alternatives to thm/uinames include: faker-ruby/faker — Faker is a Ruby library used to generate randomized, realistic placeholder information for testing and development. It… aguedo/idgen — The idgen is an API to generate short and unique Ids. autofixture/autofixture — AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to… bchavez/bogus — Bogus is a fake data generator for .NET applications, including C#, F#, and VB.NET. It provides a deterministic mock… fayasnoushad/short-link-api. robvanbakel/gotiny-api — A lightweight link shortener API.