Exception to be thrown if no (suitable) RNG is available.
More...
#include <librandom_exceptions.h>
Exception to be thrown if no (suitable) RNG is available.
librandom::UnsuitableRNG::UnsuitableRNG |
( |
| ) |
|
|
inline |
librandom::UnsuitableRNG::UnsuitableRNG |
( |
std::string |
msg | ) |
|
|
inline |
librandom::UnsuitableRNG::~UnsuitableRNG |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
std::string librandom::UnsuitableRNG::message |
( |
| ) |
|
|
inlinevirtual |
Returns a diagnostic message or empty string.
This function is not const, because it may clear internal data fields.
Implements SLIException.
References msg_.
std::string librandom::UnsuitableRNG::msg_ |
|
private |
The documentation for this class was generated from the following file: