static char randomHexLetter() { int n = random(16); ret n < 10 ? charPlus('0', n) : charPlus('a', n-10); }