Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Random Number Generation question

postaquestion
Novice
535 Views
I recently purchased the Professional edition of the IntelFortran Compiler. Could you send me an example of a call to generate a random number (I would like to generate uniforms, normals, gammas, and betas, but would settle for an example of any one of these) using the Math Kernel Library? Thank you.
0 Kudos
1 Reply
Andrey_N_Intel
Employee
535 Views

The examples which demonstrate use of MKL random number generators (including those listed in your post) are available inthe examples subdirectory of your MKL folder.Fortran versions of the examples are in examplesvslf; directory examplesvslc containstheir C versions.

Thanks,

Andrey

0 Kudos
Reply