startTime=0 stopTime=1.5 tolerance=1e-06 numberOfIntervals=1 stepSize=1.5 Regular simulation: ./ModelicaTest_trunk_ModelicaTest.Math.Random.TestRandomNumbers -abortSlowSimulation -alarm=480 -emit_protected -lv LOG_STATS LOG_SUCCESS | info | The initialization finished successfully without homotopy method. stdout | info | | | | | ... Demonstrate how to generate uniform random numbers with xorshift64*: stdout | info | random = 0.313593 stdout | info | random = 0.511035 stdout | info | random = 0.0424458 stdout | info | random = 0.686031 stdout | info | random = 0.448066 stdout | info | | | | | ... Demonstrate how to generate uniform random numbers with xorshift128+ (and 3 different localSeeds): stdout | info | random = 0.461154, 0.551896, 0.439852 stdout | info | random = 0.0317015, 0.109166, 0.735966 stdout | info | random = 0.919226, 0.174328, 0.584951 stdout | info | random = 0.544481, 0.00908263, 0.516446 stdout | info | random = 0.492459, 0.402873, 0.522502 stdout | info | | | | | ... Demonstrate how to generate uniform random numbers with xorshift1024*: stdout | info | random = 0.311559 stdout | info | random = 0.0599521 stdout | info | random = 0.9468 stdout | info | random = 0.0379248 stdout | info | random = 0.67468 stdout | info | | | | | ... Demonstrate how to generate uniform random numbers with xorshift64*: stdout | info | random = 0.313593 stdout | info | random = 0.511035 stdout | info | random = 0.0424458 stdout | info | random = 0.686031 stdout | info | random = 0.448066 stdout | info | | | | | ... Demonstrate how to generate uniform random numbers with xorshift128+ (and 3 different localSeeds): stdout | info | random = 0.461154, 0.551896, 0.439852 stdout | info | random = 0.0317015, 0.109166, 0.735966 stdout | info | random = 0.919226, 0.174328, 0.584951 stdout | info | random = 0.544481, 0.00908263, 0.516446 stdout | info | random = 0.492459, 0.402873, 0.522502 stdout | info | | | | | ... Demonstrate how to generate uniform random numbers with xorshift1024*: stdout | info | random = 0.311559 stdout | info | random = 0.0599521 stdout | info | random = 0.9468 stdout | info | random = 0.0379248 stdout | info | random = 0.67468 LOG_STATS | info | ### STATISTICS ### | | | | | timer | | | | | | 0.000635251s reading init.xml | | | | | | 8.7003e-05s reading info.xml | | | | | | 0.000124955s [ 24.9%] pre-initialization | | | | | | 8.9317e-05s [ 17.8%] initialization | | | | | | 4.61e-07s [ 0.1%] steps | | | | | | 7e-08s [ 0.0%] solver (excl. callbacks) | | | | | | 5.5554e-05s [ 11.1%] creating output-file | | | | | | 0.000205656s [ 41.0%] event-handling | | | | | | 7.134e-06s [ 1.4%] overhead | | | | | | 1.8595e-05s [ 3.7%] simulation | | | | | | 0.000501742s [100.0%] total | | | | | events | | | | | | 0 state events | | | | | | 2 time events | | | | | solver: euler | | | | | | 8 steps taken | | | | | | 8 calls of functionODE | | | | | | 0 evaluations of jacobian | | | | | | 0 error test failures | | | | | | 0 convergence test failures | | | | | | 0s time of jacobian evaluation LOG_SUCCESS | info | The simulation finished successfully.