generateFibonacci

Function to generate a list of Fibonacci numbers up to a given count.

Return

A list of Fibonacci numbers.

Receiver

The number of Fibonacci numbers to generate.

Throws

if the count is negative.