I need to check if a string is fairly random without performing frequency analysis because it will be too time consuming. Is there such algorithm already out there? I am building this with java but a generic description of an algorithm will be also very useful.
Clarification: To the human eye, the following text is somehow random.... dsfsddsfdsfsddsfs .... or even po340-3gk30g3gkf;glkp.
I don't want to know for sure how random it is. I just want to detect, pretty much the way a human being will, if a string is random looking without measuring it's actual randomness.