Solution to ODE non-determinism
ODE uses random number generator to randomize joint calculations (maybe more). So, one solution is to set the initial feed:
// some ODE stabilization // (via manual set of ODE srand()) srand( time( 0 ) ); SET_TERM_HANDLER;
Olex 20:41, 12 March 2006 (CST)