               alrand - a pseudo random number generation library

                                 version 1.0.1



alrand is a library offering a generic interface to various random number
generation algorithms. It can be used both in thread safe mode (where the
user explicitely supplies the state to use) and in traditional mode, where
a global state is automatically maintained. Moreover, states are persistent
and can be saved and restored using predefined or user supplied load/save
routines.

The different generators supported by alrand have their own interface
which can be used directly, as some generators have extra optional properties
which are not available through the generic interface.


alrand's homepage can be found at http://lyrian.obnix.com/alrand/


alrand is Copyright 2002 Vincent Penquerc'h and is distributed under
the terms of the Lesser General Public License (LGPL). See file LGPL.txt
in the archive for more information.



#include <std_disclaimer.h>

   "I do not accept responsibility for any effects, adverse or otherwise,
    that this code may have on you, your computer, your sanity, your dog,
    and anything else that you can think of. Use it at your own risk."

