|
|
How do I generate random letters without repeating?
Given the letters of the alphabet, both lower case and upper case, how does one generate a 5-letter random pattern without repeating a single letter?
The following code gives the desired result:
The above code may be modified to suit your own application.
-oOo-
Back to Tips and Tutorials
|
|
|