#include <math/Complex.hpp>
#include <Sisi4s.hpp>
#include <util/Tensor.hpp>
#include <complex>
#include <random>
Go to the source code of this file.
|  | 
| 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) | 
|  |