Hmmmmm. more weirdness;<br><br>-----------------------------<br>2 =&gt; int n;<br><br>Shred foo[n];<br><br>while(1)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &lt;&lt;&lt;foo[Std.rand2(0,foo.cap()- 1)].id()&gt;&gt;&gt;;<br>&nbsp;&nbsp;&nbsp; second =&gt; now;<br>&nbsp;&nbsp;&nbsp; }
<br>-------------------------------<br><br>Run that a few times for various values for n. Something very weird is going on here, -1266432768 seems like a very odd number as a shred id, especially when the VM monitor (running these in the mini) reports only a single shred.
<br><br><br>Kas.