![]() |
Kea 2.2.0
|
#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::perfdhcp::InvalidLimits |
class | isc::perfdhcp::InvalidProbValue |
class | isc::perfdhcp::SumNotOne |
class | isc::perfdhcp::UniformRandomIntegerGenerator |
Uniform random integer generator. More... | |
class | isc::perfdhcp::WeightedRandomIntegerGenerator |
Weighted random integer generator. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::perfdhcp |