For an application we are working on I need to generate sample credit card numbers which pass the Luhn algorithm but which are also unique, so we cannot use the sample credit card numbers.
We need to be able to generate around 300 card numbers at a time, and ideally i would be able to do this when generating my input data.
Many Thanks