I need to check if the string is quite random without performing a frequency analysis, because it will be too long. Is there such an algorithm already there? I create this using java, but a general description of the algorithm will also be useful.
Explanation: For the human eye, the following text is somehow random .... dsfsddsfdsfsddsfs .... or even po340-3gk30g3gkf; glkp.
I do not want to know exactly how arbitrary it is. I just want to discover, to a large extent, how a person will be if the string is random, without measuring its actual randomness.
source
share