Index
Random generator
Function rand(m,n) with integer arguments m and n (where m < n), gives random integer value
between m and n. You can use expressions like rand(0,10000)/10000 to imitate continuous
random distribution on segment [0,1]. By repeating the same command many times you can obtain
random sequences.