Header for RandomSeed. More...
#include <iostream>
#include <stdexcept>
#include <vector>
#include <algorithm>
#include <sstream>
#include "RandomLib/RandomType.hpp"
Go to the source code of this file.
Classes | |
class | RandomLib::RandomSeed |
A base class for random generators. More... | |
Namespaces | |
namespace | RandomLib |
Defines | |
#define | RANDOMSEED_HPP "$Id: RandomSeed.hpp 6723 2010-01-11 14:20:10Z ckarney $" |
Header for RandomSeed.
This provides a base class for random generators.
Written by Charles Karney <charles@karney.com> and licensed under the LGPL. For more information, see http://randomlib.sourceforge.net/
Definition in file RandomSeed.hpp.
#define RANDOMSEED_HPP "$Id: RandomSeed.hpp 6723 2010-01-11 14:20:10Z ckarney $" |
Definition at line 12 of file RandomSeed.hpp.