API Documentation
Loading...
Searching...
No Matches
Random.h File Reference
#include <NDEVR/BaseValues.h>
#include <random>
Include dependency graph for Random.h:

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.