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

NO SUPPORT FOR RANDOM NUMBER GENERATOR routines ?

WSinc
New Contributor I
400 Views

I am referring to the two routines:

call random_number() and Call random_seed()

 

Those are not included in any of the categories, and your A to Z index is not available.

Are they supported elsewhere ?

 

0 Kudos
5 Replies
gaston-hillar
Valued Contributor I
400 Views

Hi Billsincl,

The following link provides the documentation for Random Number Generators in the latest version of Intel Math Kernel Library: https://software.intel.com/en-us/node/521842

Intel MKL VS provides a set of routines implementing commonly used pseudorandom, quasi-random, or non-deterministic random number generators with continuous and discrete distribution. 

0 Kudos
gaston-hillar
Valued Contributor I
400 Views

Hi Billsincl,

You can also check the following specific documentation about the Basic Generators: https://software.intel.com/en-us/node/521846

0 Kudos
gaston-hillar
Valued Contributor I
400 Views

Hi Billsincl,

I understood you were talking about Intel Math Kernel Library. However, the routine names make me think that you are probably talking about Fortran. In case your question is related to Fortran, the following link provides documentation for the RANDOM_NUMBER routine: https://software.intel.com/en-us/node/679804

 

0 Kudos
gaston-hillar
Valued Contributor I
400 Views

BTW, in case your question is related to Fortran, the most appropriate forum is https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows

 

0 Kudos
Ying_H_Intel
Employee
400 Views

Hi billsincl

0 Kudos
Reply