Tue Oct 19 11:57:13 2021 latin_random_test Python version: 3.6.9 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.47125518 0.78453494 0.54701611 0.14790709 0.81203596 0.09860169 0.39901422 0.61957783 0.9780142 0.23744371] [0.265148 0.3010241 0.16209492 0.92660537 0.56435963 0.60334668 0.40093815 0.02909 0.89741238 0.72588328]] [[0.18122333 0.88577059 0.60635169 0.34403035 0.50886261 0.41376011 0.02471654 0.90847952 0.20686041 0.78590033] [0.51973803 0.80548917 0.63308356 0.16157949 0.25246353 0.4119208 0.05857762 0.70373415 0.31894048 0.97367028]] [[0.86877266 0.25081534 0.17992184 0.46884477 0.09034387 0.58509402 0.32813886 0.99513068 0.79228532 0.68834778] [0.8896896 0.9260951 0.045356 0.10582138 0.33784454 0.4789082 0.26672134 0.79660245 0.66979494 0.55641386]] latin_random_test Normal end of execution. Tue Oct 19 11:57:13 2021