A single HTML file for Lunh aka Mod 10 number generation.
If you want to create a number that is a different length, simply change the number in the line of code shown below from random(10)
to whatever size you want the number to be.
document.getElementById("demo").innerHTML = luhn.random(10);