<div dir="ltr">Thanks, Hamish. My machine is 64 bit. Making those changes results in the same results posted above:<div><div>r.random -i --overwrite input=land_cover_classification@PERMANENT n=1000 vector_output=accuracy_assessment_random</div>
<div>Collecting Stats...</div><div>Raster:      land_cover_classification@PERMANENT</div><div>Cover:       (null)</div><div>Cell Count:  -75090892</div><div>Null Cells:  2130552315</div></div><div><br></div><div><br></div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 2:01 PM, Hamish <span dir="ltr"><<a href="mailto:hamish_b@yahoo.com" target="_blank">hamish_b@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Eric wrote:<br>
>> rows:       64019<br>
>> cols:       65916<br>
>> cells:      4219876404<br>
<br>
</div>64019 * 65916 > signed 32bit integer so it overflows<br>
<br>
is your system+grass 32 or 64 bit?<br>
<div class="im"><br>
> Cell Count:  -75090892<br>
> Null Cells:  2130552315<br>
><br>
> A negative cell count? hmmm....<br>
<br>
</div>that may just be a cosmetic issue in the printf'ing of the variables.<br>
<br>
the first thing I'd try is to go to line 124 in main.c and (1) remove<br>
the two casts to (int), then (2) change the two %d to %ld.<br>
(nCells and nNulls are defined as "long" in local_proto.h)<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Hamish<br>
</font></span></blockquote></div><br></div>