Optional
generator: Partial<IRandomGenerator>Random data generator
Randomly generated data
Jeongho Nam - https://github.com/samchon
Generate random data.
Generates a random data following type the T
.
For reference, this typia.random()
function generates only primitive type.
If there're some methods in the type T
or its nested instances, those would
be ignored. Also, when the type T
has a toJSON()
method, its return type
would be generated instead.
Optional
generator: Partial<IRandomGenerator>Random data generator
Randomly generated data
Jeongho Nam - https://github.com/samchon
Generate random data.
Generates a random data following type the
T
.For reference, this
typia.random()
function generates only primitive type. If there're some methods in the typeT
or its nested instances, those would be ignored. Also, when the typeT
has atoJSON()
method, its return type would be generated instead.