fail("*** Ran: int32() does not match fingerprint");
}
// Check statistics
for (i=0;i<N;i++) bins[myran1.int32p() % M] += 1;
chsone(bins,ebins,df,chisq,prob);
System.out.printf(" chisq,int32(): %f prob: %f\n", chisq.val, prob.val);
localflag = (prob.val < 0.05);
globalflag = globalflag || localflag;
if (localflag) {