Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Refactor random data generation to use RandomProvider trait
Replaced randomDigit and related methods with the generalized RandomProvider trait for a cleaner and more extensible design. Enhanced readability and maintainability by introducing implicit providers for common data types and improving validation logic. Updated feeder implementations and other code references to use the new randomValue abstraction.
- Loading branch information