bernoulli(double p_=0.5) | mygsl::rng | |
binomial(double p_, unsigned long int n_) | mygsl::rng | |
chisquare(double nu_=1.0) | mygsl::rng | |
clear() | mygsl::rng | |
DEFAULT_RNG_ID | mygsl::rng | static |
DEFAULT_RNG_TYPE | mygsl::rng | static |
default_setup() | mygsl::rng | static |
dump(std::ostream &=std::clog) const | mygsl::rng | |
exponential(double sigma_=1.0) | mygsl::rng | |
flat(double a_, double b_) | mygsl::rng | |
from_buffer(const state_buffer_type &) | mygsl::rng | |
from_stream(std::istream &) | mygsl::rng | |
gaussian(double sigma_=1.0) | mygsl::rng | |
gaussian(double mu_, double sigma_) | mygsl::rng | |
gaussian_tail(double min_, double sigma_=1.0) | mygsl::rng | |
get() | mygsl::rng | |
get_id() const | mygsl::rng | |
get_internal_state_size() const | mygsl::rng | |
get_logging_priority() const | mygsl::rng | |
get_seed() const | mygsl::rng | |
has_tracker() const | mygsl::rng | |
init(const std::string &id_, int32_t seed_=0) | mygsl::rng | |
initialize() | mygsl::rng | |
initialize(int32_t seed_) | mygsl::rng | |
initialize(const std::string &id_, int32_t seed_=0) | mygsl::rng | |
initialize(const datatools::properties &config_) | mygsl::rng | |
is_id_valid(const std::string &id_) | mygsl::rng | static |
is_id_valid() const | mygsl::rng | |
is_initialized() const | mygsl::rng | |
is_seed_invalid() const | mygsl::rng | |
is_seed_time() const | mygsl::rng | |
is_seed_valid(int32_t seed_) | mygsl::rng | static |
is_seed_valid() const | mygsl::rng | |
load(const std::string &filename_) | mygsl::rng | |
max() const | mygsl::rng | |
min() const | mygsl::rng | |
name() const | mygsl::rng | |
operator()(void) | mygsl::rng | |
operator=(const rng &) | mygsl::rng | |
poisson(double mu_) | mygsl::rng | |
print_dict(std::ostream &) | mygsl::rng | static |
reset() | mygsl::rng | |
reset_tracker() | mygsl::rng | |
rng() | mygsl::rng | |
rng(int32_t seed_, bool init_now_=true) | mygsl::rng | |
rng(const std::string &id_, int32_t seed_, bool init_now_=true) | mygsl::rng | |
rng(const rng &) | mygsl::rng | |
set_id(const std::string &id_="") | mygsl::rng | |
set_logging_priority(datatools::logger::priority) | mygsl::rng | |
set_seed(int32_t seed_=0) | mygsl::rng | |
set_tracker(const std::string &filename_) | mygsl::rng | |
set_trunc(int) | mygsl::rng | |
state_buffer_type typedef | mygsl::rng | |
store(const std::string &filename_) const | mygsl::rng | |
to_buffer(state_buffer_type &) const | mygsl::rng | |
to_stream(std::ostream &) const | mygsl::rng | |
tracker_tag(const std::string &tag_) | mygsl::rng | inline |
tracker_tag(const std::string &tag_, const Type &value_) | mygsl::rng | inline |
uniform() | mygsl::rng | |
uniform_int(unsigned long int n_) | mygsl::rng | |
uniform_pos() | mygsl::rng | |
~rng() | mygsl::rng | virtual |