Creates an iterable by calling a generator function a specified number of times.
The type of the generated items.
The function to generate each item.
The number of times to call the generator.
An iterable of generated items.
Creates an iterable by calling a generator function a specified number of times.