33 #ifndef MYGSL_RANDOM_UTILS_H 34 #define MYGSL_RANDOM_UTILS_H 1 38 #include <boost/cstdint.hpp> 60 #endif // MYGSL_RANDOM_UTILS_H static const int32_t SEED_MAX
Constant that represents the maximum allowed seed value.
Definition: random_utils.h:51
Definition: random_utils.h:44
Top-level namespace of the Bayeux/mygsl module library.
Definition: base_decay_driver.h:47
static const int32_t SEED_TIME
Constant that represents a seed that must be initialized from some external 'random' source like the ...
Definition: random_utils.h:50
static bool is_valid_seed(int32_t)
Check if a given seed is valid.
static const int32_t SEED_AUTO
Constant that represents a seed that must be automatically initialized from some external 'random' so...
Definition: random_utils.h:49
static const int32_t SEED_INVALID
Constant that represents an invalid seed value.
Definition: random_utils.h:48