Kea
1.9.9-git
|
#include <algorithm>
#include <cmath>
#include <iterator>
#include <numeric>
#include <vector>
#include <exceptions/exceptions.h>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
Go to the source code of this file.
Classes | |
class | isc::util::random::InvalidLimits |
class | isc::util::random::InvalidProbValue |
class | isc::util::random::SumNotOne |
class | isc::util::random::UniformRandomIntegerGenerator |
Uniform random integer generator. More... | |
class | isc::util::random::WeightedRandomIntegerGenerator |
Weighted random integer generator. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::util | |
isc::util::random | |