Is there functionality to generate a random character in Java?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-04-13T03:45:28Z Indexed on 2010/04/13 4:03 UTC
Read the original article Hit count: 280

Filed under:
|

Does Java have any functionality to generate random characters or strings? Or must one simply pick a random integer and convert that integer's ascii code to a character?

© Stack Overflow or respective owner

Related posts about java

Related posts about random