RandomNode.java
.. .. @@ -5,7 +5,7 @@ 5 5 6 6 RandomNode() 7 7 { 8 - this("Random");8 + this("Switch");9 9 } 10 10 11 11 RandomNode(String name) .. .. @@ -95,7 +95,7 @@ 95 95 96 96 //(int)(Math.random()*super.size()); 97 97 //globalcount++; 98 - gcount += GrafreeD.mix3(rnd+12345,firstchoice*12345,gcount);98 + gcount += Grafreed.mix3(rnd+12345,firstchoice*12345,gcount);99 99 100 100 gcount &= 0x7fffffff; 101 101