Found 18 packages
Exceptionless RandomData Generator
This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, IP-Addresses, Guids, DateTime and more.
The Tynamix ObjectFiller.NET fills the properties of your objects with random data. Use it for unittest, prototyping and whereever you need some random testdata. It has a fluent API and is highly customizable. It supports also IEnumerables and Dictionaries and constructors WITH parameters. It is also possible to fill instances and to write private properties.
Generator Random Sample Data
BaseAnalyze RandomData Generator
A class library for generating simple random test data.
https://randomdatatools.ru/ interop library.
Generate and pick random data for testing
Need to mock some data? This tool allows you to generate entity records with randomized data.
# Framework for generating test data. * Basic types (int, float, decimal, bool, Guid, DateTime) by range * Names (Given Name, Surname, Full Name) * Email Address * Simple Records (POCO Classes)
This is a lib for generating random data for testing purpose, since this system depend on System.Random you should not depend on this libary for any generating of security strings.
A small lib to help generate random data for testing
Generate random identify data or random very strong passwords.
Random Generator is a simple tool for generating random data. It returns random data such as numbers, strings, and more.
Spawn.Technology.RandomDataGenerator is a lightweight and easy-to-use library for generating random personal data. It provides a set of utilities to create random names, emails, phone numbers, street addresses, cities, postal codes, birth dates, and more. This package is highly customizable, allowing you to specify parameters (like gender, age range, etc.) or generate fully random values with default settings. Whether you're developing test data for your application, working on data anonymization, or creating randomized content for any purpose, STRandomDataGenerator makes it quick and easy to generate realistic fake data on the fly. Key Features: Generate random first and last names (with optional gender parameter). Create random email addresses (with or without specified name). Generate phone numbers with customizable country code. Randomly generate age, birth date, and street addresses. Generate random cities, countries, and postal codes. Fully customizable with optional parameters or full randomization. Use Cases: Generating test data for applications. Creating fake user profiles for testing. Anonymizing data for privacy protection. Quickly populating forms with random data.
Utility classes to make it easier to test first. Currently contains: - RandomDataHelper - Rob Connery's TestBase