This is the complete list of members for Random, including all inherited members.
bernoulli(double p=.5) (defined in Random) | Random | static |
create_constant_distribution(const std::string &id, double value=0) (defined in Random) | Random | static |
create_discrete_distribution(const std::string &id, std::vector< double > frequencies=std::vector< double >(), std::vector< double > values=std::vector< double >()) (defined in Random) | Random | static |
create_exponential_distribution(const std::string &id, double rate=1) (defined in Random) | Random | static |
create_neutral_frequency_distribution(const std::string &id, unsigned int sample_size=0) (defined in Random) | Random | static |
create_normal_distribution(const std::string &id, double mean=0, double variance=1) (defined in Random) | Random | static |
create_poisson_distribution(const std::string &id, double rate=1) (defined in Random) | Random | static |
create_uniform_real_distribution(const std::string &id, double min=0, double max=1) (defined in Random) | Random | static |
DistributionPtr typedef (defined in Random) | Random | |
random_indices_without_replacement(size_t population_size, size_t sample_size) (defined in Random) | Random | static |
seed(unsigned int value) (defined in Random) | Random | static |
uniform_01() (defined in Random) | Random | static |
uniform_integer(int a, int b) (defined in Random) | Random | static |
uniform_long(long a, long b) (defined in Random) | Random | static |
uniform_real(double a, double b) (defined in Random) | Random | static |