17-Jun-2023 19:39:35 rng_cliff_test() MATLAB/Octave version 5.2.0 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.551364 0.292778 1000 0.521118 0.297763 10000 0.500638 0.290470 100000 0.498198 0.288749 rng_cliff_test(): Normal end of execution. 17-Jun-2023 19:39:37