Normand Briere
2019-06-25 26b24f5b623e709a88e91e9bce0864f9d5e8f084
RandomNode.java
....@@ -95,7 +95,7 @@
9595
9696 //(int)(Math.random()*super.size());
9797 //globalcount++;
98
- gcount += GrafreeD.mix3(rnd+12345,firstchoice*12345,gcount);
98
+ gcount += Grafreed.mix3(rnd+12345,firstchoice*12345,gcount);
9999
100100 gcount &= 0x7fffffff;
101101