Fix #142: (random 0) signals incorrect error
Remove the incorrectly placed closing paren which was leaving off the
:format-arguments
to error
. This caused an error message about
format
running out of arguments instead of an error message that the
argument was not a positive value.
This shows up in ansi-test random.error.3
.