module rpgcards { const s = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; const N = 16; export function randomID(): string { var id = ""; for(var i=0; i