This DLL is based on the 2010 C version of RngStream. See the link http://www.iro.umontreal.ca/~lecuyer/myftp/streams00/c2010/RngStream.pdf for a documentation of the functions, which are also in the header file http://www.iro.umontreal.ca/~lecuyer/myftp/streams00/c2010/RngStream.h To test the DLL with a C compiler (like gcc), simply use the command line gcc testRngStream.c -o ex3.exe -L -lRngStream where is the path of the directory which contains the RngStream.dll library. The executable file is ex3.exe. -------------------------- * * If you use this software for your research, please cite the following relevant publications in which MRG32k3a * and the package with multiple streams were proposed: * P. L'Ecuyer, ``Good Parameter Sets for Combined Multiple Recursive Random Number Generators'', * Operations Research, 47, 1 (1999), 159--164. * P. L'Ecuyer, R. Simard, E. J. Chen, and W. D. Kelton, * ``An Objected-Oriented Random-Number Package with Many Long Streams and Substreams'', * Operations Research, 50, 6 (2002), 1073--1075