#include <cmath>
#include <vector>
#include "RNG.h"
Classes | |
class | RandomVar< T > |
Template class used as base for all random number generators of library "#Rng". More... |
Revision 1.1.1.1 2003/11/24 13:37:07 shark-admin INI Administration
Revision 1.4 2002/07/17 14:36:24 kreutz missing virtual destructors added
Revision 1.3 2002/07/11 09:06:51 kreutz (some) documentation added
Revision 1.2 2002/05/16 13:32:13 rudi doxygen commands added.
This file is part of Rng. This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.