Random number generator (included): Difference between revisions

m
(Added a solution for MATLAB)
Line 84:
 
=={{header|MATLAB}}==
MATLAB uses the Mersenne Twister as its default random number generator. Information about how the "rand()" function is utilized is given at [[http://www.mathworks.com/help/techdoc/ref/rand.html MathWorks]].
 
=={{header|OCaml}}==
Anonymous user