โก๏ธ #scilab use grand() and specify the the low and parameters "def" for uniform in [0,1], "nor" for normal ... ๐
โก๏ธ #gnuoctave use rand() for uniform in [0,1], randn() for norma N(0,1) rande() for exponential with parameter 1 , randp() for Poisson ...๐
โก๏ธ #matlab use rand() or randn() or exprand() or ... nothing ๐คฆโโ๏ธ








