QMCPACK
RandomSeqGeneratorGlobal.h File Reference
+ Include dependency graph for RandomSeqGeneratorGlobal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<typename T , unsigned D>
void makeGaussRandom (std::vector< TinyVector< T, D >> &a)
 
template<typename T , unsigned D>
void makeGaussRandom (Matrix< TinyVector< T, D >> &a)
 specialized functions: stick to overloading More...
 
template<typename T , unsigned D>
void makeGaussRandom (ParticleAttrib< TinyVector< T, D >> &a)
 
template<typename T >
void makeGaussRandom (ParticleAttrib< T > &a)
 
template<typename T , unsigned D>
void makeUniformRandom (ParticleAttrib< TinyVector< T, D >> &a)
 
template<typename T >
void makeUniformRandom (ParticleAttrib< T > &a)
 
template<typename T >
void makeSphereRandom (ParticleAttrib< TinyVector< T, 3 >> &a)
 
template<typename T >
void makeSphereRandom (ParticleAttrib< TinyVector< T, 2 >> &a)