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  GaussianRN< ia, im, iq, ir, ntab >
 Used to generate a random number over a Gaussian distribution with templated setup parameters for very quick speed. More...
 
class  Random
 Dummy class for including random number generator functions. More...
 

Namespaces

namespace  NDEVR
 

Functions

template<>
fltp04 MakeRandom (fltp04 max)
 
template<>
fltp08 MakeRandom (fltp08 max)
 Returns a pseudo-random number between 0 and the associated max value.
 
template<class t_type >
t_type MakeRandom (t_type max)
 Returns a pseudo-random number between 0 and the associated max value.
 
template<class t_type >
t_type MakeRandom (t_type min, t_type max)
 Returns a pseudo-random number between 0 and the associated max value.