List random number generator algorithms
RandStream.list
lists all the generator algorithms that can be used
when creating a random number stream with RandStream
or RandStream.create
.
[1] See http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html for a full description of the Mersenne twister algorithm.