sisi4s
Loading...
Searching...
No Matches
RandomTensor.hpp File Reference
#include <math/Complex.hpp>
#include <Sisi4s.hpp>
#include <util/Tensor.hpp>
#include <complex>
#include <random>
Include dependency graph for RandomTensor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sisi4s::DefaultRandomEngine
 

Namespaces

namespace  sisi4s
 

Functions

template<typename Distribution , typename RandomEngine >
void sisi4s::setRandom (double &value, Distribution &distribution, RandomEngine &randomEngine)
 
template<typename Distribution , typename RandomEngine >
void sisi4s::setRandom (complex &value, Distribution &distribution, RandomEngine &randomEngine)
 
template<typename F , typename Distribution , typename RandomEngine >
void sisi4s::setRandomTensor (Tensor< F > &t, Distribution &distribution, RandomEngine &randomEngine)