SUNphi  1.0
Random.hpp
Go to the documentation of this file.
1 #ifndef _RANDOM_HPP
2 #define _RANDOM_HPP
3 
4 /// \file Random.hpp
5 ///
6 /// \brief Topical header for random stuff
7 ///
8 
9 #include <random/Encrypter.hpp>
10 #include <random/SFMT.hpp>
11 #include <random/Sitmo2.hpp>
12 #include <random/MasterRandomGenerator.hpp>
13 #include <random/TrueRandomGenerator.hpp>
14 
15 namespace SUNphi
16 {
17 }
18 
19 #endif
decltype(auto) operator+(T1 &&smet1, T2 &&smet2)
Implement smet1+smet2.
Definition: Add.hpp:87