Hello!
Is there any plan to achieve an implementation of random number generator based on Intel MKL?
Since MKL version 8.0 beta, there is a basic RNG which implements the MT19937 algorithm, the same as that of itpp.
Also MKL supports different kinds of basic RNG, including 7 basic pseudorandom number generators and 2 quasi-random number generators.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
Is there any plan to achieve an implementation of random number generator based on Intel MKL?
Since MKL version 8.0 beta, there is a basic RNG which implements the MT19937 algorithm, the same as that of itpp.
Also MKL supports different kinds of basic RNG, including 7 basic pseudorandom number generators and 2 quasi-random number generators.