The randomNumbers function returns a vector of numbers that are random
within some bandwidth. The count of all the numbers is equal to sumTo,
which defaults to 1.
randomNumbers(amount, sumTo = 1, seed)The amount of numbers in the vector.
When all numbers in the returned vector are sumemd, they sum up to sumTo.
A seed when required.