The length of the list to be generated.
OptionalfixedValue: string | numberAn optional value to fill the list with. If not provided, the list will be filled with random alphanumeric strings of length 10.
An array of the specified length, filled with either the fixed value or random alphanumeric strings.
Generates a fixed list of specified length.