Random number generators discussion

Random number generators | www.agner.org

Source code for some C-functions
Author: Agner Date: 2009-04-03 05:52
The functions you mention are the optimized assembly language versions. You have to link in the appropriate version of the library (*.lib, *.a) if you want to use these functions. If you use the C++ version of the same functions then you don't need to use the library.
 
thread Source code for some C-functions new - Arthur - 2009-04-02
last reply Source code for some C-functions - Agner - 2009-04-03