21-Feb-2019 08:27:24 monte_carlo_rule_test: MATLAB version Test monte_carlo_rule. 21-Feb-2019 08:27:24 MONTE_CARLO_RULE MATLAB version Compute the abscissas and weights of a quadrature rule that is simply a Monte Carlo sampling. Inputs to the program include: M, the spatial dimension. N, the number of points to generate. S, a positive integer used as the random number seed. Output from the program includes: * A set of 3 files that define the quadrature rule. "mc_m?_n?_s?_r.txt", a file of the ranges. "mc_m?_n?_s?_w.txt", a file of the weights; "mc_m?_n?_s?_x.txt", a file of the abscissas; Spatial dimension M is = 3 Number of points N = 100 Random number seed SEED = 123456789 Creating R file = "mc_m3_n100_s123456789_r.txt". Creating W file = "mc_m3_n100_s123456789_w.txt". Creating X file = "mc_m3_n100_s123456789_x.txt". MONTE_CARLO_RULE: Normal end of execution. 21-Feb-2019 08:27:24 monte_carlo_rule_test: Normal end of execution. 21-Feb-2019 08:27:24