Comprehensive random data generation utilities for testing and development.
RandomGenerator provides a collection of functions for generating random data
including strings, names, content, dates, and array sampling. All functions
are designed to be deterministic within a single execution but produce varied
output across different runs, making them ideal for testing scenarios.
The namespace includes specialized generators for:
Text content (alphabets, alphanumeric, names, paragraphs)
Comprehensive random data generation utilities for testing and development.
RandomGenerator provides a collection of functions for generating random data including strings, names, content, dates, and array sampling. All functions are designed to be deterministic within a single execution but produce varied output across different runs, making them ideal for testing scenarios.
The namespace includes specialized generators for:
Author
Jeongho Nam - https://github.com/samchon
Example