Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29273 Discussions

ask some libraries for math work

seahearman
Beginner
493 Views

Hello everyone.I meet some problems with my fortran work.I need some interesting random number generater.I've find some in the IMSL but that's not enough.Would you please provideany librarise orany ways to slovemy problem?

Many thanks.

(I need the random number generater which ,for example,can generate Wishart random matrix)

0 Kudos
2 Replies
Steven_L_Intel1
Employee
493 Views
The Intel Math Kernel Library has many RNGs, though I don't see the specific one you're looking for.
0 Kudos
vivekrao4
Beginner
493 Views

Your question is not specific to Intel Fortran, so you could have asked in the comp.lang.fortran newsgroup. The Fortran section of the Open Directory classifies source code by topic, and in the "Statistics and Econometrics" category at http://dmoz.org/Computers/Programming/Languages/Fortran/Source_Code/Statistics_and_Econometrics/there is a link to http://www.swarthmore.edu/NatSci/peverso1/TLNise/tlnise.htmthat has Fortran code for Wishart variates.

0 Kudos
Reply