/**************************************************************************
 *                                                                        *
 *  File:        Extended Random                                          *
 *  Copyright:   (C) 2003, Florin Leon                                    *
 *  E-mail:      florinleon@yahoo.com                                     *
 *  Website:     http://www.angelfire.com/home/florinleon                 *
 *  Description: A DLL library to generate different random               *
 *               distributions: uniform, normal and exponential           *
 *               negative.                                                *
 *                                                                        *
 **************************************************************************/



Mersenne Twister uniform distribution generator copyright:

/////////////////////////////////////////////////////////////////////////////
// C# Version Copyright (c) 2003 CenterSpace Software, LLC                 //
//                                                                         //
// This code is free software under the Artistic license.                  //
//                                                                         //
// CenterSpace Software                                                    //
// 2098 NW Myrtlewood Way                                                  //
// Corvallis, Oregon, 97330                                                //
// USA                                                                     //
// http://www.centerspace.net                                              //
/////////////////////////////////////////////////////////////////////////////

A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.

Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
All rights reserved.                          

http://www.math.keio.ac.jp/matumoto/emt.html
email: matumoto@math.keio.ac.jp
	