23 #ifndef LIBRANDOM_EXCEPTIONS_H
24 #define LIBRANDOM_EXCEPTIONS_H
MissingRNG(std::string msg)
Definition: librandom_exceptions.h:46
~UnsuitableRNG()
Definition: librandom_exceptions.h:77
std::string message()
Returns a diagnostic message or empty string.
Definition: librandom_exceptions.h:53
Exception to be thrown if no (suitable) RNG is available.
Definition: librandom_exceptions.h:34
std::string message()
Returns a diagnostic message or empty string.
Definition: librandom_exceptions.h:79
MissingRNG()
Definition: librandom_exceptions.h:41
UnsuitableRNG()
Definition: librandom_exceptions.h:67
Exception to be thrown if no (suitable) RNG is available.
Definition: librandom_exceptions.h:60
std::string msg_
Definition: librandom_exceptions.h:62
Base class for all SLI exceptions.
Definition: sliexceptions.h:56
~MissingRNG()
Definition: librandom_exceptions.h:51
std::string msg_
Definition: librandom_exceptions.h:36
UnsuitableRNG(std::string msg)
Definition: librandom_exceptions.h:72