Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Random text generator

Tags:

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.

like image 397
verbatim64x Avatar asked Mar 08 '10 00:03

verbatim64x


1 Answers

How to generate a random alpha-numeric string?

like image 83
Michael D. Irizarry Avatar answered Oct 11 '22 14:10

Michael D. Irizarry