Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
noiseVector_Z2.h
Go to the documentation of this file.
1 
14 #ifndef NOISEVECTOR_Z2_INCLUDED
15 #define NOISEVECTOR_Z2_INCLUDED
16 
17 #include "noiseVector.h"
18 #include "randomNumbers.h"
19 
21 
28 {
29  private:
31 
32  public:
33 
35  : NoiseVector(), m_rand(rand) {}
36 
37  void set(Field& v);
38 };
39 #endif