public static RandomNumberGenerator CreateNextMT2203(
int seed
)
Public Shared Function CreateNextMT2203 (
seed As Integer
) As RandomNumberGenerator
public:
static RandomNumberGenerator^ CreateNextMT2203(
int seed
)
static member CreateNextMT2203 :
seed : int -> RandomNumberGenerator
There are 6024 MT2203 pseudo random number generators.
The MT 2203 generators guarantee mutual
independence of the corresponding random number sequences.
Every MT 2203 generator has a period length equal
to .
Method CreateNextMT2203(Int32) increments the iterator to the next position in the sequence, or to the first position beyond the end of sequence if the sequence has been completely traversed.