#include "RandomLib/RandomSeed.hpp"
#include "RandomLib/RandomAlgorithm.hpp"
#include "RandomLib/RandomMixer.hpp"
#include <limits>
#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | RandomLib |
Classes | |
| class | RandomLib::RandomEngine< Algorithm, Mixer > |
| Uniform random number generator. More... | |
Defines | |
| #define | RANDOMENGINE_HPP "$Id: RandomEngine.hpp 6489 2008-11-10 21:37:47Z ckarney $" |
Typedefs | |
| typedef RandomEngine< MT19937 < Random_u32 >, MixerSFMT > | RandomLib::MRandomGenerator32 |
| typedef RandomEngine< MT19937 < Random_u64 >, MixerSFMT > | RandomLib::MRandomGenerator64 |
| typedef RandomEngine < SFMT19937< Random_u32 > , MixerSFMT > | RandomLib::SRandomGenerator32 |
| typedef RandomEngine < SFMT19937< Random_u64 > , MixerSFMT > | RandomLib::SRandomGenerator64 |
Written by Charles Karney <charles@karney.com> and licensed under the LGPL. For more information, see http://charles.karney.info/random/
Definition in file RandomEngine.hpp.
| #define RANDOMENGINE_HPP "$Id: RandomEngine.hpp 6489 2008-11-10 21:37:47Z ckarney $" |
Definition at line 11 of file RandomEngine.hpp.
1.5.6