On Mon, May 15, 2023 at 11:12 AM Marcin Błażejowski
<marcin(a)wrzosy.nsb.pl> wrote:
Hi,
from which source file a message: 'rseed: argument value 0 is out of
bounds' may come from?
robroy:~/src$ find . -name "*.c" | xargs grep 'argument val' | grep
bounds
./lib/src/gretl_func.c: gretl_errmsg_sprintf(_("%s: argument
value %g is out of bounds"),
Allin