Generate fake Credit Card numbers for eCommerce testing
purposes
If you haven't already figured it out, this does NOT generate valid
credit card numbers. Well, it will pass the Luhn algorithm/formula
a.k.a the mod 10 check, but the financial institution will reject
it.
This is something that could be useful for developers,
while testing a payment gateway.