Has anyone used the Intel Math Kernel library http://software.intel.com/en-us/intel-mkl/
I am thinking of using this for Random Number generation from a C# application as we need extreme performance (1.6 trillion random numbers per day).
Also any advice on minimising the overhead of consuming functions from this c++ code in my c# Monte Carlo simulation.
- Am about to download the Eval from the site and above and try and benchmark this from my c# app, any help much appreciated.
Thanks