Tue May 20 21:19:05 2025 box_distance_test(): python version: 3.10.12 numpy version: 1.26.4 Test box_distance(). For a = b = c, box_distance_mean() should be 0.661707182... Computed value was 0.6617071822671758 Using N = 10000 sample points, Short side a = 1.0 Medium side b = 1.0 Long side c = 1.0 Estimated mean distance = 0.6617210200626558 Exact mean distance = 0.6617071822671758 Estimated variance = 0.061958440308776744 Estimated second moment = 0.49983314870153833 Exact second moment = 0.5 Using N = 10000 sample points, Short side a = 1.0 Medium side b = 3.0 Long side c = 5.0 Estimated mean distance = 2.189295399086302 Exact mean distance = 2.1717733597598645 Estimated variance = 1.1192703535771547 Estimated second moment = 5.912284698037604 Exact second moment = 5.833333333333333 Graphics saved as "box_distance_histogram.png" box_distance_test(): Normal end of execution. Tue May 20 21:19:06 2025