Tue May 20 21:48:10 2025 latin_random_test(): python version: 3.10.12 numpy version: 1.26.4 latin_random() chooses a random Latin Square cell arrangement, and then returns a random point from each cell. Spatial dimension = 2 Number of points = 10 Generate 3 examples: [[0.01756691 0.13488748 0.91741206 0.63034761 0.55912614 0.24982795 0.88106824 0.7698439 0.47725152 0.36352286] [0.10181422 0.32665601 0.94068927 0.68600448 0.87728631 0.07146301 0.71617444 0.51982771 0.22575338 0.4779626 ]] [[0.65337948 0.70181365 0.96846006 0.28447275 0.50005271 0.03920385 0.32942159 0.15621039 0.89720192 0.4768003 ] [0.68274603 0.569046 0.40521104 0.74855413 0.30030941 0.09774427 0.19522673 0.29702459 0.993139 0.80785934]] [[0.59387865 0.13609865 0.63022145 0.98182685 0.86118737 0.32912298 0.2859422 0.42126787 0.06715286 0.73841785] [0.20001161 0.13232657 0.37262597 0.49548962 0.07316221 0.95617405 0.54955394 0.6305138 0.78260329 0.87310107]] latin_random_test(): Normal end of execution. Tue May 20 21:48:10 2025