Algorithm to generate random token ids. (Java in General forum at JavaRanch)
Hi All, I want to know what kind of algorithm I can use to generate a random token which is combination of String and Integer. ... you could create an array of available characters then iterate for n steps (where n is the number of characters you want the...