more bullshit fixing

This commit is contained in:
aiju 2011-08-12 06:47:13 +02:00
parent 1421316bab
commit 39d7180d76
2 changed files with 3 additions and 3 deletions

View file

@ -5,9 +5,9 @@ factory
interface
singleton
framework
NoSQL
NoSQL |
cache
self-signing
self-signing |
template
API
service

View file

@ -44,7 +44,7 @@ END {
n += 2
for(i = 0; i < n; i++)
printf "%s%s ", word[last = int(rand() * nword)], suffix()
if(rand() > 0.05 || (last >= 0 && noend[last]) || hassuffix)
if(rand() < 0.1 || (last >= 0 && noend[last]) || hassuffix)
printf "%s ", end[int(rand() * nend)]
print ""
}