RandomNode.java
.. .. @@ -95,7 +95,7 @@ 95 95 96 96 //(int)(Math.random()*super.size()); 97 97 //globalcount++; 98 - gcount += GraphreeD.mix3(rnd+12345,firstchoice*12345,gcount);98 + gcount += GrafreeD.mix3(rnd+12345,firstchoice*12345,gcount);99 99 100 100 gcount &= 0x7fffffff; 101 101