valley: call srand so that actual random phrases are used
This commit is contained in:
parent
b989e691cf
commit
a8d747d994
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/awk -f
|
||||
|
||||
BEGIN {
|
||||
srand
|
||||
phrases=", like,\
|
||||
, y'know,\
|
||||
, or whatever,\
|
||||
|
|
Loading…
Reference in a new issue