Skip to content

davidtessier/Lunh-Mod-10-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Lunh-Mod-10-Generator

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);

About

A single HTML file for Lunh aka Mod 10 number generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages