## distribution of word groups ## groupSizes specifies number of words in each group (note that there is ## implicite group - "the rest") ## groupProbability specifies probability (in %) of choosing one word from ## each group ## example: ## groupSizes 1000 5000 ## groupProbability 50 40 ## there are 3 groups: ## 1000 words with probability 50% ## 6000 words with probability 40% ## the rest (number of words depends on number of words in dictionary file) ## with probability 100-(50+40)=10% ## ## if one needs homogenic distribution (just one group, all words with equal ## probability), one should leave this variables blank groupSizes 1000 5000 groupProbability 50 40 ## on which port server listens for requests port 3334