Xped
|
#include <complex>
#include <random>
#include <thread>
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) |