MXLOOPS should be 40 by default, for compatibility.
If neither the index clause nor either condition clause is
present, then the loop is executed MXLOOPS (@pxref{SET}) times.
+The default MXLOOPS is 40.
@cmd{BREAK} also terminates @cmd{LOOP} execution (@pxref{BREAK}).
@item MXLOOPS
The maximum number of iterations for an uncontrolled loop (@pxref{LOOP}).
+The default MXLOOPS is 40.
@item SEED
The initial pseudo-random number seed. Set to a real number or to
true, /* printback */
true, /* mprint */
- 1, /* mxloops */
+ 40, /* mxloops */
64L * 1024 * 1024, /* workspace */
{FMT_F, 8, 2}, /* default_format */
false, /* testing_mode */