1 repository
Utility libraries that provide configurable random generation for booleans, integers, floats, dates, and more.
Distinct from JavaScript Utility Libraries: Distinct from JavaScript Utility Libraries: focuses specifically on random data generation, not general-purpose helpers.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Random Data Utilities. Refine with filters or upvote what's useful.
Chance is a JavaScript library for generating random data, designed to produce realistic test data for automated tests and prototypes. It uses a Mersenne Twister pseudo-random number generator that accepts an optional seed value, enabling reproducible sequences of random values across multiple runs. The library provides a wide range of generators for common data types, including random integers, floats, booleans, characters, strings, and dates, all with configurable ranges and character pools. It can generate realistic geographic data like addresses, as well as financial data such as credit c
Provides configurable random generation for booleans, integers, floats, dates, and more.