Skip to main content

History: Talk:ODE Simulation Stability

Source of version: 1 (current)

Copy to clipboard
            !!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:

~pp~ // some ODE stabilization 
 // (via manual set of ODE srand())
 srand( time( 0 ) );
 SET_TERM_HANDLER;
~/pp~
((User:Olex|Olex)) 20:41, 12 March 2006 (CST)