OMSimulator -r ModelicaTest_3.2.2_fmi_ModelicaTest.Math.Random.TestRandomNumbers_res.mat --tempDir temp_ModelicaTest_3_2_2_fmi_ModelicaTest_Math_Random_TestRandomNumbers_fmu --startTime 0 --stopTime 1.5 --tolerance 1e-06 ModelicaTest_3_2_2_fmi_ModelicaTest_Math_Random_TestRandomNumbers.fmu info: Initializing logging (OMSimulator v0.0.0-204-g82c54af) info: new temp directory has been created: "temp_ModelicaTest_3_2_2_fmi_ModelicaTest_Math_Random_TestRandomNumbers_fmu" info: Using "/var/lib/hudson/slave/workspace/OpenModelica_TEST_LIBS/OpenModelicaLibraryTesting/ModelicaTest_3.2.2_fmi_ModelicaTest.Math.Random.TestRandomNumbers/temp_ModelicaTest_3_2_2_fmi_ModelicaTest_Math_Random_TestRandomNumbers_fmu/temp_ZKclhS" as temp directory for fmu stdout | 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.195231, 0.343986 stdout | info | random = 0.0317015, 0.483153, 0.437642 stdout | info | random = 0.919226, 0.919375, 0.171549 stdout | info | random = 0.544481, 0.139722, 0.226446 stdout | info | random = 0.492459, 0.997483, 0.774818 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 info: Result file: ModelicaTest_3.2.2_fmi_ModelicaTest.Math.Random.TestRandomNumbers_res.mat 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.195231, 0.343986 stdout | info | random = 0.0317015, 0.483153, 0.437642 stdout | info | random = 0.919226, 0.919375, 0.171549 stdout | info | random = 0.544481, 0.139722, 0.226446 stdout | info | random = 0.492459, 0.997483, 0.774818 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 info: Simulation finished. info: time measurement for composite model info: total: 1.169109s info: idle: 0.000396s [0.033872%] info: instantiation: 0.041620s [3.559976%] info: initialization: 0.000185s [0.015824%] info: simulation: 0.000584s [0.049953%] info: communication: 1.125857s [96.300430%] info: result file: 0.000467s [0.039945%] info: time measurement for FMU instance 'fmu' info: initialization: 1.126020s info: do-step: 0.000214s info: result file: 0.000000s info: instantiation: 0.038151s info: events: 0.000226s info: Logging completed properly