API Documentation
|
#include <NDEVR/BaseValues.h>
#include <random>
Go to the source code of this file.
Classes | |
class | Random |
class | GaussianRN< ia, im, iq, ir, ntab > |
Namespaces | |
namespace | NDEVR |
Functions | |
template<class t_type > | |
t_type | getRandom (t_type max) |
Returns a pseudo-random number between 0 and the associated max value. | |
template<> | |
fltp04 | getRandom (fltp04 max) |
template<> | |
fltp08 | getRandom (fltp08 max) |
Returns a pseudo-random number between 0 and the associated max value. | |
template<class t_type > | |
t_type | getRandom (t_type min, t_type max) |
Returns a pseudo-random number between 0 and the associated max value. | |