Random number generator for returning uniformly distributed values in the closed interval [0, 1]. More...
#include <random.hpp>
Public Member Functions | |
NumericT | operator() () const |
Random number generator for returning uniformly distributed values in the closed interval [0, 1].
Currently based on rand(), which may have fairly poor quality. To be replaced in the future, but serves the purpose for the time being.
Definition at line 44 of file random.hpp.
|
inline |
Definition at line 47 of file random.hpp.