Random text generator
Posted
by verbatim64x
on Stack Overflow
See other posts from Stack Overflow
or by verbatim64x
Published on 2010-03-08T00:10:21Z
Indexed on
2010/03/08
0:12 UTC
Read the original article
Hit count: 535
java
What is the best way to generate random a string which is composed of alphabets and its a maximum of 8million characters which will be tested using string searching algorithms? is Math.random still be ok for the randomness or the reliability of the spread of characters based on statistics? any comment is appreciated, right me if im wrong with my ideas.
© Stack Overflow or respective owner