Generates a random array with elements from the generator function.
Generates a random bigint within schema constraints.
Generates a random boolean.
Optionalprops: { maximum?: number; minimum?: number }Optionalprops: { maximum?: number; minimum?: number }Generates a random integer within schema constraints.
Generates a random number within schema constraints.
Generates a random string matching the regex pattern.
Generates a random string within schema constraints.
Random value generator interface for typia.
IRandomGeneratordefines methods for generating random values of various types. Used bytypia.random<T>()for mock data generation.Author
Jeongho Nam - https://github.com/samchon