ExRandom
3.0
|
Definition of discrete_normal_dist. More...
#include <algorithm>
#include <cstdlib>
#include <stdexcept>
#include <iostream>
#include <exrandom/i_rand.hpp>
#include <exrandom/u_rand.hpp>
Go to the source code of this file.
Classes | |
class | exrandom::discrete_normal_dist< digit_gen > |
Partially sample exactly from the discrete normal distribution. More... | |
struct | exrandom::discrete_normal_dist< digit_gen >::param_type |
Hold the parameters of discrete_normal_dist. More... | |
Namespaces | |
exrandom | |
The common namespace. | |
Definition of discrete_normal_dist.
Definition in file discrete_normal_dist.hpp.