#include "GeneralRNG.h"#include <boost/random/lagged_fibonacci.hpp>#include <boost/random/uniform_01.hpp>#include <boost/random/variate_generator.hpp>Go to the source code of this file.
Classes | |
| class | UniformRNG |
| Generate uniformly distributed random numbers, this is basically a wrapper for the boost random number generators, that is a little easier to use. More... | |
1.5.5