Next: , Previous: Top, Up: Top


1 Installing RngStreams

To install the RngStreams package type

     ./configure --prefix=<prefix_path>
     make

This should compile the library (librngstreams.a) and an example program.

To install the library type:

     make install

which installs

If --prefix is omitted, then /usr/local is used as default.

It is possible to remove these files by

     make uninstall

Documentation

A manual can be found in directory doc in various formats, including PS, PDF, HTML, Info and plain text.

Profiling and Verification

To compile and run two test programs type

     make check