Page 1 of 1

The following random number generator algorithms are available

Posted: Sat Jun 17, 2017 6:30 am
by matlab1
The following random number generator algorithms are available

Re: The following random number generator algorithms are available

Posted: Mon Jan 11, 2021 5:07 am
by matlab1
RandStream

Random number stream

Description

RandStream creates a random number stream using a specified pseudorandom number generator algorithm.


Input Arguments


gentype — Random number generator algorithm

'mt19937ar' | 'dsfmt19937' | 'mcg16807' | ...

Random number generator algorithm, specified as a character vector or string scalar naming a random number generator. MATLAB offers several generator algorithms. The following table summarizes the names and key properties of the available generator algorithms. Some generator algorithms support multiple streams and substreams to create sets of random numbers that are mutually independent.




for more information

https://www.mathworks.com/help/matlab/ref/randstream.html