08-Jan-2022 09:18:22 rng_cliff_test() MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Test rng_cliff(). rng_cliff_test01 rng_cliff_next computes the next entry in the Cliff pseudorandom number generator sequence. i r(i) 0 0.50000000 1 0.31471806 2 0.60781013 3 0.78927325 4 0.66426981 5 0.90668694 6 0.79580490 7 0.84012241 8 0.42076663 9 0.56769273 10 0.61749712 rng_cliff_test02 rng_cliff_next computes the next entry in the Cliff pseudorandom number generator sequence. Generate a sequence of length n. Compute mean and standard deviation. n mean std 10 0.640714 0.193807 100 0.498658 0.299139 1000 0.488661 0.288928 10000 0.496240 0.288218 100000 0.497560 0.288400 1000000 0.498989 0.288561 10000000 0.499157 0.288684 rng_cliff_test(): Normal end of execution. 08-Jan-2022 09:18:24