language selector, bug fixed
[debian/openrocket] / src / net / sf / openrocket / simulation / RK4SimulationStepper.java
index a4a682207bd6aff973aff91eb54b5391ae1295d6..99fd475e9197ccd1c04704b2269b446a2645bbbb 100644 (file)
@@ -50,8 +50,8 @@ public class RK4SimulationStepper extends AbstractSimulationStepper {
        private static final double MIN_TIME_STEP = 0.001;
        
 
-       // FIXME: Random seed
-       private final Random random = new Random(10);
+       // TODO: HIGH: Randomness source from simulation
+       private final Random random = new Random();