#include <exception>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | HE |
Classes | |
class | HE::HE_exception |
Exception class thrown whenever needed in a class or function within the HE namespace. More... | |
Functions | |
double | HE::gaussianrand (double min, double max, long steps=10000) |
Ranged uniform random number generator. | |
double | HE::rangerand (double min, double max, long steps=10000) |
Gaussian-alike (bell shaped) random number generator. |
Definition in file util.h.