more bullshit fixing
This commit is contained in:
parent
1421316bab
commit
39d7180d76
2 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ factory
|
|||
interface
|
||||
singleton
|
||||
framework
|
||||
NoSQL
|
||||
NoSQL |
|
||||
cache
|
||||
self-signing
|
||||
self-signing |
|
||||
template
|
||||
API
|
||||
service
|
||||
|
|
|
@ -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 ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue