This commit is contained in:
cinap_lenrek 2011-08-13 22:20:28 +02:00
commit 5784424390
2 changed files with 4 additions and 4 deletions

View file

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

View file

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