I need to be able to generate strings with a user defined length.
For example, if the user enters 128, I need a string with 128 characters.
Any ideas on how to accomplish this?
I need to be able to generate strings with a user defined length. For
Share
You can create X random
chars (in a loop) and use aStringBufferto concatenate them