Skip to content

Instantly share code, notes, and snippets.

View deathslocus's full-sized avatar

Ross Leitch deathslocus

  • New Zealand
View GitHub Profile
//
// Random Credit Card Number Generator
//
// By: Brad Conte (http://bradconte.com)
//
function cc_gen() {
var pos = 12;
var str = new Array(7,8,2,4,6,7,0,2,0,0,0,0,5,4,5,3,3,6,1);
var sum = 0;