06 October 2025 6:30:56.979 PM poisson_simulation_test(): Fortran90 version. Test poisson_simulation(). TEST01: POISSON_FIXED_EVENTS simulates a Poisson process until a given number of events have occurred. Simulate a Poisson process, for which, on average, LAMBDA events occur per unit time. Run until you have observed EVENT_NUM events. LAMBDA = 0.500000 EVENT_NUM = 1000 Minimum wait = 0.141214E-02 Average wait = 1.81404 Maximum wait = 14.9624 Count Time Wait 0 0.00000 0.00000 1 0.899658E-01 0.899658E-01 2 0.220710 0.130744 3 1.42730 1.20659 4 2.39157 0.964272 5 2.41149 0.199162E-01 .... .............. .............. 995 1811.56 2.31780 996 1812.60 1.04465 997 1812.77 0.165131 998 1813.30 0.535836 999 1813.59 0.290804 1000 1814.04 0.446760 Data stored in "poisson_timeline_data.txt". Plot commands stored in "poisson_timeline_commands.txt". Data stored in "poisson_times_data.txt". Plot commands stored in "poisson_times_commands.txt". TEST02: POISSON_FIXED_TIME simulates a Poisson process counting the number of events that occur during a given time. Simulate a Poisson process, for which, on average, LAMBDA events occur per unit time. Run for a total of 1000.00 time units. LAMBDA = 0.500000 Mean number of events = 500.670 Variance = 497.308 STD = 22.3004 Data stored in "poisson_events_data.txt". Plot commands stored in "poisson_events_commands.txt". poisson_simulation_test(): Normal end of execution. 06 October 2025 6:30:57.182 PM