Xped
Loading...
Searching...
No Matches
Random.hpp File Reference
#include <complex>
#include <random>
#include <thread>
Include dependency graph for Random.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Xped
 
namespace  Xped::random
 

Functions

template<typename Scalar , typename RealScalar >
Scalar Xped::random::threadSafeRandUniform (RealScalar, RealScalar, bool=false)
 
template<>
double Xped::random::threadSafeRandUniform< double, double > (double min, double max, bool FIXED_SEED)
 
template<>
int Xped::random::threadSafeRandUniform< int, int > (int min, int max, bool FIXED_SEED)