Hmmmmm. more weirdness;

-----------------------------
2 => int n;

Shred foo[n];

while(1)
    {
    <<<foo[Std.rand2(0,foo.cap()- 1)].id()>>>;
    second => now;
    }
-------------------------------

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.


Kas.